1 instantiation of ByteCollection
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
39
values = new
ByteCollection
(reader, offset);
11 references to ByteCollection
System.Private.CoreLib (11)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
37
public static unsafe uint Read(this NativeReader reader, uint offset, out
ByteCollection
values)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (8)
377
public
ByteCollection
Value => _value;
378
private readonly
ByteCollection
_value;
4737
public
ByteCollection
PublicKey => _publicKey;
4738
private readonly
ByteCollection
_publicKey;
4758
public
ByteCollection
Mvid => _mvid;
4759
private readonly
ByteCollection
_mvid;
4866
public
ByteCollection
PublicKeyOrToken => _publicKeyOrToken;
4867
private readonly
ByteCollection
_publicKeyOrToken;
System\Reflection\Runtime\General\MetadataReaderExtensions.cs (1)
120
ByteCollection
publicKeyOrToken,
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (1)
725
public static byte[] ToArray(this
ByteCollection
collection, Type enumType = null)