4 references to System_Runtime_CompilerServices_ICriticalNotifyCompletion
Microsoft.CodeAnalysis (1)
InternalSpecialType.cs (1)
121
/// The <see cref="WellKnownType.
System_Runtime_CompilerServices_ICriticalNotifyCompletion
"/> should be used for that purpose instead.
Microsoft.CodeAnalysis.CSharp (3)
Lowering\AsyncRewriter\AsyncMethodToStateMachineRewriter.cs (2)
575
F.WellKnownType(WellKnownType.
System_Runtime_CompilerServices_ICriticalNotifyCompletion
),
648
F.Compilation.GetWellKnownType(WellKnownType.
System_Runtime_CompilerServices_ICriticalNotifyCompletion
),
Lowering\AsyncRewriter\RuntimeAsyncRewriter.cs (1)
261
var criticalNotifyCompletionType = _factory.WellKnownType(WellKnownType.
System_Runtime_CompilerServices_ICriticalNotifyCompletion
);