4 instantiations of OperationCanceledIgnoringCallerTokenException
Microsoft.CodeAnalysis.Remote.Workspaces (4)
RemoteCallback.cs (4)
49
throw new
OperationCanceledIgnoringCallerTokenException
(e);
69
throw new
OperationCanceledIgnoringCallerTokenException
(exception);
84
throw new
OperationCanceledIgnoringCallerTokenException
(exception);
123
throw new
OperationCanceledIgnoringCallerTokenException
(exception);
2 references to OperationCanceledIgnoringCallerTokenException
Microsoft.CodeAnalysis.Workspaces (2)
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (2)
145
if (ExceptionUtilities.IsCurrentOperationBeingCancelled(exception, contextCancellationToken) || exception is
OperationCanceledIgnoringCallerTokenException
)
221
if (ExceptionUtilities.IsCurrentOperationBeingCancelled(exception, contextCancellationToken) || exception is
OperationCanceledIgnoringCallerTokenException
)