3 references to GetConstantUInt32Value
System.Private.CoreLib (3)
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (2)
217
uint v = record.Value.ToConstantUInt32ValueHandle(reader).
GetConstantUInt32Value
(reader).Value;
273
return handle.ToConstantUInt32ValueHandle(reader).
GetConstantUInt32Value
(reader).Value;
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
239
HandleType.ConstantUInt32Value => handle.ToConstantUInt32ValueHandle(_reader).
GetConstantUInt32Value
(_reader).Value,