4 references to s_reportedMarker
Microsoft.CodeAnalysis (4)
InternalUtilities\FatalError.cs (4)
263
if (exception.Data[
s_reportedMarker
] != null)
268
if (exception is AggregateException aggregate && aggregate.InnerExceptions.Count == 1 && aggregate.InnerExceptions[0].Data[
s_reportedMarker
] != null)
275
exception.Data[
s_reportedMarker
] =
s_reportedMarker
;