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