1 write to conflictPrefixes
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (1)
1271
this.
conflictPrefixes
= new Dictionary<string, string>(16);
3 references to conflictPrefixes
System.Data.SqlXml (3)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (3)
1270
if (this.
conflictPrefixes
== null)
1288
if (this.
conflictPrefixes
.TryGetValue(ns, out genPrefix) && genPrefix != prefix) {
1300
this.
conflictPrefixes
[ns] = genPrefix;