1 instantiation of SimpleToStringException
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (1)
EditAndContinue\ActiveStatementTests.cs (1)
12559
throw outOfMemory ? new OutOfMemoryException() : new
SimpleToStringException
();
1 reference to SimpleToStringException
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (1)
EditAndContinue\ActiveStatementTests.cs (1)
12565
: Diagnostic(RudeEditKind.MemberBodyInternalError, "public static void G()", "G",
SimpleToStringException
.ToStringOutput);