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