2 instantiations of ConstantByteArray
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
422=> new ConstantByteArray(reader, this); 7630return new ConstantByteArray(this, handle);
2 references to ConstantByteArray
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
421public ConstantByteArray GetConstantByteArray(MetadataReader reader) 7628public ConstantByteArray GetConstantByteArray(ConstantByteArrayHandle handle)