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