Andrew Au f086f55c17 AsyncSteppingFix - Eagerly initialize the AsyncStateMachineBox to avoid expression evaluation in ProjectN async stepping. 7 years ago
..
AccessedThroughPropertyAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
AsyncIteratorMethodBuilder.cs f086f55c17 AsyncSteppingFix - Eagerly initialize the AsyncStateMachineBox to avoid expression evaluation in ProjectN async stepping. 7 years ago
AsyncIteratorStateMachineAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
AsyncMethodBuilder.cs f086f55c17 AsyncSteppingFix - Eagerly initialize the AsyncStateMachineBox to avoid expression evaluation in ProjectN async stepping. 7 years ago
AsyncMethodBuilderAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
AsyncStateMachineAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
AsyncValueTaskMethodBuilder.cs f086f55c17 AsyncSteppingFix - Eagerly initialize the AsyncStateMachineBox to avoid expression evaluation in ProjectN async stepping. 7 years ago
CallerArgumentExpressionAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
CallerFilePathAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
CallerLineNumberAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
CallerMemberNameAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
CompilationRelaxations.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
CompilationRelaxationsAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
CompilerGeneratedAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
CompilerGlobalScopeAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
ConfiguredAsyncDisposable.cs 677d83b4ab Implement IAsyncDisposable.ConfigureAwait (dotnet/coreclr#22160) 7 years ago
ConfiguredCancelableAsyncEnumerable.cs 4ff1c28c3f Add WithCancellation for async enumerables (dotnet/coreclr#21939) 7 years ago
ConfiguredValueTaskAwaitable.cs 6069e0909a Synchronize Task, Awaiter and ThreadPool implementation with CoreCLR (#6706) 7 years ago
ContractHelper.cs 292c674043 Split ContractsBCL into separate classes and move them to shared CoreLib (#22006) 7 years ago
CustomConstantAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
DateTimeConstantAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
DecimalConstantAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
DefaultDependencyAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
DependencyAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
DisablePrivateReflectionAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
DiscardableAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
ExtensionAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
FixedAddressValueTypeAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
FixedBufferAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
FormattableStringFactory.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
IAsyncStateMachine.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
ICastable.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
INotifyCompletion.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
ITuple.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
IndexerNameAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
InternalsVisibleToAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
IntrinsicAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
IsByRefLikeAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
IsConst.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
IsReadOnlyAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
IsVolatile.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
IteratorStateMachineAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
LoadHint.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
MethodCodeType.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
MethodImplAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
MethodImplOptions.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
ReferenceAssemblyAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
RuntimeCompatibilityAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
RuntimeFeature.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
RuntimeWrappedException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
SpecialNameAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
StateMachineAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
StringFreezingAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
StrongBox.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
SuppressIldasmAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
TaskAwaiter.cs f76994e0a1 Mirror changes from mono/coreclr,corert (#12612) 7 years ago
TupleElementNamesAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
TypeForwardedFromAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
TypeForwardedToAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
UnsafeValueTypeAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 years ago
ValueTaskAwaiter.cs 6069e0909a Synchronize Task, Awaiter and ThreadPool implementation with CoreCLR (#6706) 7 years ago
YieldAwaitable.cs f76994e0a1 Mirror changes from mono/coreclr,corert (#12612) 7 years ago