Michal Strehovský 52d6e18ea6 Ifdef out code that triggers UTC bug (dotnet/corert#7003) 7 anni fa
..
Buffers 321e0b511f Fixing Utf8Formatter.Float to support all the same format specifiers as the utf16 formatter. (#22434) 7 anni fa
Collections 453de54075 (C#7) Use pattern matching `is` rather than `as` with null check (#21828) 7 anni fa
ComponentModel 453de54075 (C#7) Use pattern matching `is` rather than `as` with null check (#21828) 7 anni fa
Configuration ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Diagnostics 3fa2c0511f move EventCounter to shared CoreLib (dotnet/corefx#35183) 7 anni fa
Globalization bce478353a Avoid intermediate strings in some StringBuilder formatting (#22111) 7 anni fa
IO 86406319d2 Replace several Nullable<T>.Value with .GetValueOrDefault() (#22297) 7 anni fa
Numerics 2d73d36997 Use common copy of System.Numerics.Hashing.HashHelpers 7 anni fa
Reflection 374f44ebe8 Mirror changes from mono/corert,coreclr (#12951) 7 anni fa
Resources 8608d281c6 Implement ManifestBasedResourceGroveler::GetNeutralResourcesLanguageAttribute (#22372) 7 anni fa
Runtime 374f44ebe8 Mirror changes from mono/corert,coreclr (#12951) 7 anni fa
Security f932a50d51 Mirror changes from mono/coreclr (#12635) 7 anni fa
Text bce478353a Avoid intermediate strings in some StringBuilder formatting (#22111) 7 anni fa
Threading 9d136f9446 Move Volatile to shared (dotnet/coreclr#22523) 7 anni fa
AccessViolationException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Action.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
AggregateException.cs 453de54075 (C#7) Use pattern matching `is` rather than `as` with null check (#21828) 7 anni fa
AppContext.cs 453de54075 (C#7) Use pattern matching `is` rather than `as` with null check (#21828) 7 anni fa
ApplicationException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
ArgumentException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
ArgumentNullException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
ArgumentOutOfRangeException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
ArithmeticException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Array.Enumerators.cs 903b264c4f Move Array's SZGenericArrayEnumerator to shared partition (#22480) 7 anni fa
Array.cs 52d6e18ea6 Ifdef out code that triggers UTC bug (dotnet/corert#7003) 7 anni fa
ArraySegment.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
ArrayTypeMismatchException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
AssemblyLoadEventArgs.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
AssemblyLoadEventHandler.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
AsyncCallback.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Attribute.cs 3de77f3c60 Moves Attribute instance bits to shared location (dotnet/corert#6747) 7 anni fa
AttributeTargets.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
AttributeUsageAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
BadImageFormatException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
BitConverter.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
BitOps.cs 29942cfd80 BitOps.TrailingZeroCount has inconsistent software fallback (#22333) 7 anni fa
Boolean.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
ByReference.cs 4f456991bc Fix ProjectN regression in `ByReference<T>` (dotnet/corert#6713) 7 anni fa
Byte.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
CLSCompliantAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Char.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
CharEnumerator.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Convert.Base64.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Convert.cs 453de54075 (C#7) Use pattern matching `is` rather than `as` with null check (#21828) 7 anni fa
CoreLib.cs da25533507 Delete CoreLib.FixupCoreLibName (dotnet/coreclr#21655) 7 anni fa
CurrentSystemTimeZone.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
DBNull.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
DataMisalignedException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
DateTime.Unix.cs 9636096e3b Move DateTime for Unix to shared partition (dotnet/coreclr#22383) 7 anni fa
DateTime.cs c6b7d04096 fix DateTime overflow on ARM32 (dotnet/coreclr#21902) 7 anni fa
DateTimeKind.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
DateTimeOffset.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
DayOfWeek.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Decimal.DecCalc.cs 412f75a1c5 Add new rounding modes to System.Math, System.MathF (dotnet/coreclr#20815) 7 anni fa
Decimal.cs 412f75a1c5 Add new rounding modes to System.Math, System.MathF (dotnet/coreclr#20815) 7 anni fa
DefaultBinder.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
DivideByZeroException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
DllNotFoundException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Double.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
DuplicateWaitObjectException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Empty.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
EntryPointNotFoundException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Environment.NoRegistry.cs 8eeffb8628 Switch CoreLib over to using shared Environment from corefx (#22106) 7 anni fa
Environment.SpecialFolder.cs d5a924a9dd Annotate types moved from S.R.Extensions 7 anni fa
Environment.SpecialFolderOption.cs d5a924a9dd Annotate types moved from S.R.Extensions 7 anni fa
Environment.Unix.cs 554ff45da9 Replace Environment.s_macOS with use of PLATFORM_OSX 7 anni fa
Environment.Variables.Windows.cs 8eeffb8628 Switch CoreLib over to using shared Environment from corefx (#22106) 7 anni fa
Environment.Win32.cs 8eeffb8628 Switch CoreLib over to using shared Environment from corefx (#22106) 7 anni fa
Environment.WinRT.cs 05956b9db7 Adapt corert to Environment moving from corefx 7 anni fa
Environment.Windows.cs 8eeffb8628 Switch CoreLib over to using shared Environment from corefx (#22106) 7 anni fa
Environment.cs 8eeffb8628 Switch CoreLib over to using shared Environment from corefx (#22106) 7 anni fa
EnvironmentVariableTarget.cs d5a924a9dd Annotate types moved from S.R.Extensions 7 anni fa
EventArgs.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
EventHandler.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
ExecutionEngineException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
FieldAccessException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
FlagsAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
FormatException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
FormattableString.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Gen2GcCallback.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Guid.Unix.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Guid.Windows.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Guid.cs bd60819235 Remove dead Guid parsing code (dotnet/coreclr#21123) 7 anni fa
HResults.cs cc4c2b03d6 Throw the right exception when interface dispatch is ambiguous (#22295) 7 anni fa
HashCode.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
IAsyncDisposable.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
IAsyncResult.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
ICloneable.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
IComparable.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
IConvertible.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
ICustomFormatter.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
IDisposable.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
IEquatable.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
IFormatProvider.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
IFormattable.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
IObservable.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
IObserver.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
IProgress.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
ISpanFormattable.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Index.cs ab717125aa Index and Range updates (dotnet/coreclr#22331) 7 anni fa
IndexOutOfRangeException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
InsufficientExecutionStackException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
InsufficientMemoryException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Int16.cs 92c2fab68e Add optimization in GetHashCode for Int16 and SByte (dotnet/coreclr#21652) 7 anni fa
Int32.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Int64.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
IntPtr.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
InvalidCastException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
InvalidOperationException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
InvalidProgramException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
InvalidTimeZoneException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Lazy.cs b2226867ae Remove stale warning 420 pragmas (dotnet/coreclr#22352) 7 anni fa
LocalAppContextSwitches.Common.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
LocalAppContextSwitches.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
MarshalByRefObject.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Marvin.OrdinalIgnoreCase.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Marvin.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Math.cs 412f75a1c5 Add new rounding modes to System.Math, System.MathF (dotnet/coreclr#20815) 7 anni fa
MathF.cs 412f75a1c5 Add new rounding modes to System.Math, System.MathF (dotnet/coreclr#20815) 7 anni fa
MemberAccessException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Memory.cs ab717125aa Index and Range updates (dotnet/coreclr#22331) 7 anni fa
MemoryDebugView.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
MemoryExtensions.Fast.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
MemoryExtensions.cs ab717125aa Index and Range updates (dotnet/coreclr#22331) 7 anni fa
MethodAccessException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
MidpointRounding.cs 412f75a1c5 Add new rounding modes to System.Math, System.MathF (dotnet/coreclr#20815) 7 anni fa
MissingFieldException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
MissingMemberException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
MissingMethodException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
MulticastNotSupportedException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
NonSerializedAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
NotFiniteNumberException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
NotImplementedException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
NotSupportedException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
NullReferenceException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Nullable.cs bb5feb2579 [System.Private.CoreLib] Add Nullable runtime support 7 anni fa
Number.BigInteger.cs 40eb410e73 Update the double/float formatters to return the shortest roundtrippable string. (#22040) 7 anni fa
Number.DiyFp.cs 40eb410e73 Update the double/float formatters to return the shortest roundtrippable string. (#22040) 7 anni fa
Number.Dragon4.cs 40eb410e73 Update the double/float formatters to return the shortest roundtrippable string. (#22040) 7 anni fa
Number.Formatting.cs 40eb410e73 Update the double/float formatters to return the shortest roundtrippable string. (#22040) 7 anni fa
Number.Grisu3.cs 40eb410e73 Update the double/float formatters to return the shortest roundtrippable string. (#22040) 7 anni fa
Number.NumberBuffer.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Number.NumberToFloatingPointBits.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Number.Parsing.cs a184818adf Fixing some issues with the decimal parser/formatter (dotnet/coreclr#22070) 7 anni fa
Object.cs edc045728c CoreRT-specific Object.cs changes - Fix build breaks - Apply same cleanup to all related files 7 anni fa
ObjectDisposedException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
ObsoleteAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
OperatingSystem.cs d5a924a9dd Annotate types moved from S.R.Extensions 7 anni fa
OperationCanceledException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
OutOfMemoryException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
OverflowException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
ParamArrayAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
ParamsArray.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
ParseNumbers.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
PasteArguments.Unix.cs 2cd281fae5 Move Environment to shared CoreLib (dotnet/corefx#34654) 7 anni fa
PasteArguments.Windows.cs 2cd281fae5 Move Environment to shared CoreLib (dotnet/corefx#34654) 7 anni fa
PasteArguments.cs 2cd281fae5 Move Environment to shared CoreLib (dotnet/corefx#34654) 7 anni fa
PlatformID.cs 2cd281fae5 Move Environment to shared CoreLib (dotnet/corefx#34654) 7 anni fa
PlatformNotSupportedException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Progress.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Random.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Range.cs ab717125aa Index and Range updates (dotnet/coreclr#22331) 7 anni fa
RankException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
ReadOnlyMemory.cs ab717125aa Index and Range updates (dotnet/coreclr#22331) 7 anni fa
ReadOnlySpan.Fast.cs ab717125aa Index and Range updates (dotnet/coreclr#22331) 7 anni fa
ReadOnlySpan.cs ab717125aa Index and Range updates (dotnet/coreclr#22331) 7 anni fa
ResolveEventArgs.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
ResolveEventHandler.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
SByte.cs 92c2fab68e Add optimization in GetHashCode for Int16 and SByte (dotnet/coreclr#21652) 7 anni fa
SerializableAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Single.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Span.Fast.cs ab717125aa Index and Range updates (dotnet/coreclr#22331) 7 anni fa
Span.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
SpanDebugView.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
SpanHelpers.BinarySearch.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
SpanHelpers.Byte.cs 45b6b640a4 Fix string.strlen (dotnet/coreclr#22397) 7 anni fa
SpanHelpers.Char.cs 32ae150897 Use AggressiveOptimization for intrinsics-based SpanHelpers (#22191) 7 anni fa
SpanHelpers.T.cs 55ca4eb088 SpanHelpers deal with nullable reference types (dotnet/coreclr#21232) 7 anni fa
SpanHelpers.cs c68385b8a6 Speedup SpanHelpers.IndexOf{Any}(byte, ...) (dotnet/coreclr#22118) 7 anni fa
StackOverflowException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
String.Comparison.cs b4534a0cd2 string.EndsWith use SequenceEqual not SequenceCompareTo (#22207) 7 anni fa
String.Manipulation.cs ab717125aa Index and Range updates (dotnet/coreclr#22331) 7 anni fa
String.Searching.cs 19d3a157f4 Reduce steps for string.Contains(string value) (dotnet/coreclr#22008) 7 anni fa
String.cs ab717125aa Index and Range updates (dotnet/coreclr#22331) 7 anni fa
StringComparer.cs 453de54075 (C#7) Use pattern matching `is` rather than `as` with null check (#21828) 7 anni fa
StringComparison.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
StringSplitOptions.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
SystemException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
ThreadAttributes.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
ThreadStaticAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
ThrowHelper.cs ab717125aa Index and Range updates (dotnet/coreclr#22331) 7 anni fa
TimeSpan.cs 25ce6d849d Fix possibly unintentional use of bit-wise or operator. (#22152) 7 anni fa
TimeZone.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
TimeZoneInfo.AdjustmentRule.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
TimeZoneInfo.StringSerializer.cs bce478353a Avoid intermediate strings in some StringBuilder formatting (#22111) 7 anni fa
TimeZoneInfo.TransitionTime.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
TimeZoneInfo.Unix.cs 86406319d2 Replace several Nullable<T>.Value with .GetValueOrDefault() (#22297) 7 anni fa
TimeZoneInfo.Win32.cs b2226867ae Remove stale warning 420 pragmas (dotnet/coreclr#22352) 7 anni fa
TimeZoneInfo.cs b2226867ae Remove stale warning 420 pragmas (dotnet/coreclr#22352) 7 anni fa
TimeZoneNotFoundException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
TimeoutException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Tuple.cs 453de54075 (C#7) Use pattern matching `is` rather than `as` with null check (#21828) 7 anni fa
TupleExtensions.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Type.Enum.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Type.Helpers.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Type.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
TypeAccessException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
TypeCode.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
TypeInitializationException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
TypeUnloadedException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
UInt16.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
UInt32.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
UInt64.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
UIntPtr.cs d2fbbb9633 Remove redundant unsafe contexts (dotnet/coreclr#21826) 7 anni fa
UnauthorizedAccessException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
UnhandledExceptionEventArgs.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
UnhandledExceptionEventHandler.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
UnitySerializationHolder.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
ValueTuple.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
Version.cs 4c8bfc6555 Support faster null checks (dotnet/coreclr#21765) 7 anni fa
Void.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 anni fa
WinRTFolderPaths.cs 75a7b9601f Finish removing Environment from corefx 7 anni fa