2 references to OperationCanceledIgnoringCallerTokenException
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
FatalError.cs (2)
140
if (ExceptionUtilities.IsCurrentOperationBeingCancelled(exception, contextCancellationToken) || exception is
OperationCanceledIgnoringCallerTokenException
)
216
if (ExceptionUtilities.IsCurrentOperationBeingCancelled(exception, contextCancellationToken) || exception is
OperationCanceledIgnoringCallerTokenException
)