2 references to GetConstantValueOrThrow
Microsoft.CodeAnalysis (2)
MetadataReader\PEModule.cs (2)
3579
return constantHandle.IsNil ? ConstantValue.Bad :
GetConstantValueOrThrow
(constantHandle);
3596
return constantHandle.IsNil ? ConstantValue.Bad :
GetConstantValueOrThrow
(constantHandle);