2 instantiations of ConstantEnumValue
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
990
=> new
ConstantEnumValue
(reader, this);
7665
return new
ConstantEnumValue
(this, handle);
3 references to ConstantEnumValue
System.Private.CoreLib (3)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
989
public
ConstantEnumValue
GetConstantEnumValue(MetadataReader reader)
7663
public
ConstantEnumValue
GetConstantEnumValue(ConstantEnumValueHandle handle)
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (1)
147
ConstantEnumValue
record = handle.GetConstantEnumValue(reader);