1 write to _conflictPrefixes
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (1)
1401
_conflictPrefixes
??= new Dictionary<string, string>(16);
2 references to _conflictPrefixes
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (2)
1420
if (
_conflictPrefixes
.TryGetValue(ns, out genPrefix) && genPrefix != prefix)
1433
_conflictPrefixes
[ns] = genPrefix;