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