2 writes to _all
System.Collections.Specialized (2)
System\Collections\Specialized\NameValueCollection.cs (2)
108
_all
= null;
221
_all
= all; // wait until end of loop to set _all reference in case Get throws
2 references to _all
System.Collections.Specialized (2)
System\Collections\Specialized\NameValueCollection.cs (2)
213
if (
_all
== null)
227
dest.SetValue(
_all
[i], i + index);