3 instantiations of ValueBitArray
System.Text.Json (3)
System\Text\Json\Serialization\JsonUnionTypeStructuralClassifier.cs (3)
401ValueBitArray isPocoCaseCandidate = new( 409new(_pocoObjectCases.Length, pocoCaseMatchesCurrentPropertyBuffer); 413new(_requiredPropertyCount, requiredPropertySeenBuffer);
17 references to ValueBitArray
System.Text.Json (17)
System\Text\Json\Serialization\JsonUnionTypeStructuralClassifier.cs (16)
400scoped Span<ulong> pocoCaseCandidateBuffer = stackalloc ulong[ValueBitArray.ScratchBufferSize]; 401ValueBitArray isPocoCaseCandidate = new( 407stackalloc ulong[ValueBitArray.ScratchBufferSize]; 408ValueBitArray pocoCaseMatchesCurrentProperty = 411scoped Span<ulong> requiredPropertySeenBuffer = stackalloc ulong[ValueBitArray.ScratchBufferSize]; 412ValueBitArray isRequiredPropertySeen = 453scoped ValueBitArray isPocoCaseCandidate) 483scoped ValueBitArray isPocoCaseCandidate, 484scoped ValueBitArray pocoCaseMatchesCurrentProperty, 485scoped ValueBitArray isRequiredPropertySeen) 534scoped ValueBitArray isPocoCaseCandidate, 535scoped ValueBitArray pocoCaseMatchesCurrentProperty, 536scoped ValueBitArray isRequiredPropertySeen) 600scoped ValueBitArray isPocoCaseCandidate, 601scoped ValueBitArray pocoCaseMatchesCurrentProperty, 602scoped ValueBitArray isRequiredPropertySeen)
System\Text\Json\Serialization\ValueBitArray.cs (1)
75public void IntersectWith(scoped ValueBitArray other)