1 reference to ReadBooleanArrayElements
Microsoft.CodeAnalysis.Workspaces (1)
ObjectReader.cs (1)
491
if (type == typeof(bool)) { return
ReadBooleanArrayElements
(CreateArray<bool>(length)); }