2 writes to s_handler
Microsoft.CodeAnalysis (2)
InternalUtilities\FatalError.cs (2)
47
s_handler
= handler;
59
s_handler
= value;
9 references to s_handler
Microsoft.CodeAnalysis (9)
InternalUtilities\FatalError.cs (9)
44
if (
s_handler
!= handler)
46
Debug.Assert(
s_handler
== null, "Handler already set");
71
copyHandlerTo(assembly,
s_handler
, nameof(
s_handler
));
93
/// The error is reported by calling <see cref="
s_handler
"/>.
104
/// Use in an exception filter to report an error (by calling <see cref="
s_handler
"/>), unless the
120
/// <para>Use in an exception filter to report an error (by calling <see cref="
s_handler
"/>), unless the
150
/// Calls <see cref="
s_handler
"/> and doesn't pass the exception through (the method returns true).
237
ReportException(exception, severity, forceDump,
s_handler
);