2 instantiations of ConstantByteValue
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
502=> new ConstantByteValue(reader, this); 7635return new ConstantByteValue(this, handle);
2 references to ConstantByteValue
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
501public ConstantByteValue GetConstantByteValue(MetadataReader reader) 7633public ConstantByteValue GetConstantByteValue(ConstantByteValueHandle handle)