3 references to GetConstantInt32Value
System.Private.CoreLib (3)
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (2)
208
int v = record.Value.ToConstantInt32ValueHandle(reader).
GetConstantInt32Value
(reader).Value;
271
return handle.ToConstantInt32ValueHandle(reader).
GetConstantInt32Value
(reader).Value;
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
238
HandleType.ConstantInt32Value => (uint)handle.ToConstantInt32ValueHandle(_reader).
GetConstantInt32Value
(_reader).Value,