4 instantiations of OperationCanceledIgnoringCallerTokenException
Microsoft.CodeAnalysis.Remote.Workspaces (4)
RemoteCallback.cs (4)
51
throw new
OperationCanceledIgnoringCallerTokenException
(e);
71
throw new
OperationCanceledIgnoringCallerTokenException
(exception);
86
throw new
OperationCanceledIgnoringCallerTokenException
(exception);
125
throw new
OperationCanceledIgnoringCallerTokenException
(exception);
2 references to OperationCanceledIgnoringCallerTokenException
Microsoft.CodeAnalysis.Workspaces (2)
FatalError.cs (2)
140
if (ExceptionUtilities.IsCurrentOperationBeingCancelled(exception, contextCancellationToken) || exception is
OperationCanceledIgnoringCallerTokenException
)
216
if (ExceptionUtilities.IsCurrentOperationBeingCancelled(exception, contextCancellationToken) || exception is
OperationCanceledIgnoringCallerTokenException
)