Implemented interface member:
method
UnsafeOnCompleted
System.Runtime.CompilerServices.ICriticalNotifyCompletion.UnsafeOnCompleted(System.Action)
19 references to UnsafeOnCompleted
GenerateDocumentationAndConfigFiles (1)
src\Dependencies\Threading\TaskExtensions.cs (1)
116_task.ConfigureAwait(_captureContext).GetAwaiter().UnsafeOnCompleted(continuation);
Metrics (1)
src\Dependencies\Threading\TaskExtensions.cs (1)
116_task.ConfigureAwait(_captureContext).GetAwaiter().UnsafeOnCompleted(continuation);
Metrics.Legacy (1)
src\Dependencies\Threading\TaskExtensions.cs (1)
116_task.ConfigureAwait(_captureContext).GetAwaiter().UnsafeOnCompleted(continuation);
Microsoft.CodeAnalysis.Analyzers (1)
src\Dependencies\Threading\TaskExtensions.cs (1)
116_task.ConfigureAwait(_captureContext).GetAwaiter().UnsafeOnCompleted(continuation);
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\Dependencies\Threading\TaskExtensions.cs (1)
116_task.ConfigureAwait(_captureContext).GetAwaiter().UnsafeOnCompleted(continuation);
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\Dependencies\Threading\TaskExtensions.cs (1)
116_task.ConfigureAwait(_captureContext).GetAwaiter().UnsafeOnCompleted(continuation);
Microsoft.CodeAnalysis.CodeStyle (1)
src\Dependencies\Threading\TaskExtensions.cs (1)
116_task.ConfigureAwait(_captureContext).GetAwaiter().UnsafeOnCompleted(continuation);
Microsoft.CodeAnalysis.InteractiveHost (1)
src\Dependencies\Threading\TaskExtensions.cs (1)
116_task.ConfigureAwait(_captureContext).GetAwaiter().UnsafeOnCompleted(continuation);
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
src\Dependencies\Threading\TaskExtensions.cs (1)
116_task.ConfigureAwait(_captureContext).GetAwaiter().UnsafeOnCompleted(continuation);
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
src\Dependencies\Threading\TaskExtensions.cs (1)
116_task.ConfigureAwait(_captureContext).GetAwaiter().UnsafeOnCompleted(continuation);
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\Dependencies\Threading\TaskExtensions.cs (1)
116_task.ConfigureAwait(_captureContext).GetAwaiter().UnsafeOnCompleted(continuation);
Microsoft.CodeAnalysis.Threading.Package (1)
TaskExtensions.cs (1)
116_task.ConfigureAwait(_captureContext).GetAwaiter().UnsafeOnCompleted(continuation);
Microsoft.CodeAnalysis.Workspaces (1)
src\Dependencies\Threading\TaskExtensions.cs (1)
116_task.ConfigureAwait(_captureContext).GetAwaiter().UnsafeOnCompleted(continuation);
Roslyn.Diagnostics.Analyzers (1)
src\Dependencies\Threading\TaskExtensions.cs (1)
116_task.ConfigureAwait(_captureContext).GetAwaiter().UnsafeOnCompleted(continuation);
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\ConfiguredValueTaskAwaitable.cs (3)
81t.ConfigureAwait(_value._continueOnCapturedContext).GetAwaiter().UnsafeOnCompleted(continuation); 90Task.CompletedTask.ConfigureAwait(_value._continueOnCapturedContext).GetAwaiter().UnsafeOnCompleted(continuation); 195Task.CompletedTask.ConfigureAwait(_value._continueOnCapturedContext).GetAwaiter().UnsafeOnCompleted(continuation);
Test.Utilities (1)
src\Dependencies\Threading\TaskExtensions.cs (1)
116_task.ConfigureAwait(_captureContext).GetAwaiter().UnsafeOnCompleted(continuation);
Text.Analyzers (1)
src\Dependencies\Threading\TaskExtensions.cs (1)
116_task.ConfigureAwait(_captureContext).GetAwaiter().UnsafeOnCompleted(continuation);