1 instantiation of BooleanCollection
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
21values = new BooleanCollection(reader, offset);
4 references to BooleanCollection
System.Private.CoreLib (4)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
19public static unsafe uint Read(this NativeReader reader, uint offset, out BooleanCollection values)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
217public BooleanCollection Value => _value; 218private readonly BooleanCollection _value;
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (1)
671public static bool[] ToArray(this BooleanCollection collection)