2 writes to strSignificantWhitespaceName
System.Private.Xml (2)
System\Xml\Dom\XmlDocument.cs (2)
169strSignificantWhitespaceName = nt.GetOrAddEntry(s_nameTableSeeds[SignificantWhitespaceNameSeedIndex].key, s_nameTableSeeds[SignificantWhitespaceNameSeedIndex].hash); 188strSignificantWhitespaceName = customNameTable.Add(SignificantWhitespaceName);
2 references to strSignificantWhitespaceName
System.Private.Xml (2)
System\Xml\Dom\XmlSignificantWhiteSpace.cs (2)
23return OwnerDocument!.strSignificantWhitespaceName; 32return OwnerDocument!.strSignificantWhitespaceName;