4 references to s_reportedMarker
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (4)
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (4)
287
if (exception.Data[
s_reportedMarker
] != null)
292
if (exception is AggregateException aggregate && aggregate.InnerExceptions.Count == 1 && aggregate.InnerExceptions[0].Data[
s_reportedMarker
] != null)
299
exception.Data[
s_reportedMarker
] =
s_reportedMarker
;