2 writes to _allKeys
System.Collections.Specialized (2)
System\Collections\Specialized\NameValueCollection.cs (2)
109
_allKeys
= null;
390
public virtual string?[] AllKeys =>
_allKeys
??= BaseGetAllKeys();