2 writes to s_handler
Microsoft.CodeAnalysis.Threading.Package (2)
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (2)
52
s_handler
= handler;
64
s_handler
= value;
11 references to s_handler
Microsoft.CodeAnalysis.Threading.Package (11)
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (11)
49
if (
s_handler
!= handler)
51
Debug.Assert(
s_handler
== null, "Handler already set");
76
copyHandlerTo(assembly,
s_handler
, nameof(
s_handler
));
98
/// The error is reported by calling <see cref="
s_handler
"/>.
109
/// Use in an exception filter to report an error (by calling <see cref="
s_handler
"/>), unless the
125
/// <para>Use in an exception filter to report an error (by calling <see cref="
s_handler
"/>), unless the
155
/// Calls <see cref="
s_handler
"/> and doesn't pass the exception through (the method returns true).
183
/// Use in an exception filter to report an error (by calling <see cref="
s_handler
"/>) and catch
200
/// <para>Use in an exception filter to report an error (by calling <see cref="
s_handler
"/>) and
261
ReportException(exception, severity, forceDump,
s_handler
);