2 writes to Message
Microsoft.CodeAnalysis (2)
Emit\RuntimeRudeEdit.cs (2)
37
Message
= message;
43
Message
= code.GetExceptionMessage();
3 references to Message
Microsoft.CodeAnalysis (3)
CodeGen\VariableSlotAllocator.cs (2)
80
/// The exception message is specified in <see cref="RuntimeRudeEdit.
Message
"/>.
97
/// The exception message is specified in <see cref="RuntimeRudeEdit.
Message
"/>.
Emit\EditAndContinue\DeletedMethodBody.cs (1)
77
message = string.Format(CodeAnalysisResources.EncLambdaRudeEdit, rudeEdit.Value.
Message
);