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