3 references to Handle
Microsoft.CodeAnalysis.EditorFeatures (2)
LanguageServer\AbstractInProcLanguageClient.cs (1)
189
e.
Handle
(ex => ex is OperationCanceledException);
Shared\Utilities\ThreadingContext.cs (1)
91
ex.
Handle
(inner => inner is OperationCanceledException);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\AggregateException.cs (1)
254
/// which will be thrown. Otherwise, the <see cref="
Handle
"/> method simply returns. If any