3 references to GetExceptionMessage
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\DeletedMethodBody.cs (1)
83
message = code.
GetExceptionMessage
();
Emit\RuntimeRudeEdit.cs (1)
43
Message = code.
GetExceptionMessage
();
Microsoft.CodeAnalysis.CSharp (1)
Lowering\StateMachineRewriter\ResumableStateMachineStateAllocator.cs (1)
98
f.StringLiteral(ConstantValue.Create(errorCode.
GetExceptionMessage
())),