2 writes to _hashSet
System.Text.Json (2)
System\Text\Json\Document\JsonDocument.PropertyNameSet.cs (2)
55_hashSet = new HashSet<ReadOnlyMemory<byte>>( 115_hashSet ??= new HashSet<ReadOnlyMemory<byte>>(
6 references to _hashSet
System.Text.Json (6)
System\Text\Json\Document\JsonDocument.PropertyNameSet.cs (6)
53if (_hashSet is null) 64_hashSet.EnsureCapacity(capacity); 102Debug.Assert(_hashSet is not null); 104if (!_hashSet.Add(propertyName)) 125bool success = _hashSet.Add(propertyName); 136_hashSet?.Clear();