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