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