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