Implemented interface member:
method
UnsafeOnCompleted
System.Runtime.CompilerServices.ICriticalNotifyCompletion.UnsafeOnCompleted(System.Action)
8 references to UnsafeOnCompleted
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\Dependencies\Threading\ConfiguredYieldAwaitable.cs (1)
71_awaiter.UnsafeOnCompleted(continuation);
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\Dependencies\Threading\ConfiguredYieldAwaitable.cs (1)
71_awaiter.UnsafeOnCompleted(continuation);
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\Dependencies\Threading\ConfiguredYieldAwaitable.cs (1)
71_awaiter.UnsafeOnCompleted(continuation);
Microsoft.CodeAnalysis.CodeStyle (1)
src\roslyn\src\Dependencies\Threading\ConfiguredYieldAwaitable.cs (1)
71_awaiter.UnsafeOnCompleted(continuation);
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\roslyn\src\Dependencies\Threading\ConfiguredYieldAwaitable.cs (1)
71_awaiter.UnsafeOnCompleted(continuation);
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Dependencies\Threading\ConfiguredYieldAwaitable.cs (1)
71_awaiter.UnsafeOnCompleted(continuation);
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\Dependencies\Threading\ConfiguredYieldAwaitable.cs (1)
71_awaiter.UnsafeOnCompleted(continuation);
System.Private.CoreLib (1)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.RuntimeAsyncYielder.cs (1)
22default(YieldAwaitable.YieldAwaiter).UnsafeOnCompleted(continuation);