3 references to GetExceptionCodeValue
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\DeletedMethodBody.cs (1)
84
codeValue = code.
GetExceptionCodeValue
();
Emit\RuntimeRudeEdit.cs (1)
44
ErrorCode = code.
GetExceptionCodeValue
();
Microsoft.CodeAnalysis.CSharp (1)
Lowering\StateMachineRewriter\ResumableStateMachineStateAllocator.cs (1)
99
f.Literal(errorCode.
GetExceptionCodeValue
()))));