2 references to IsCurrentOperationBeingCancelled
Microsoft.DotNet.HotReload.Client.Tests (2)
FatalError.cs (2)
145
if (ExceptionUtilities.
IsCurrentOperationBeingCancelled
(exception, contextCancellationToken) || exception is OperationCanceledIgnoringCallerTokenException)
221
if (ExceptionUtilities.
IsCurrentOperationBeingCancelled
(exception, contextCancellationToken) || exception is OperationCanceledIgnoringCallerTokenException)