1 instantiation of SByteCollection
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
48
values = new
SByteCollection
(reader, offset);
4 references to SByteCollection
System.Private.CoreLib (4)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
46
public static unsafe uint Read(this NativeReader reader, uint offset, out
SByteCollection
values)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
1661
public
SByteCollection
Value => _value;
1662
private readonly
SByteCollection
_value;
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (1)
749
public static sbyte[] ToArray(this
SByteCollection
collection, Type enumType = null)