2 references to StringPair
System.Data.SqlXml (2)
System\Xml\Xsl\IlGen\StaticDataManager.cs (1)
122
prefixMappings[i] = new
StringPair
((string) (QilLiteral) ndNmspDecl.Left, (string) (QilLiteral) ndNmspDecl.Right);
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (1)
115
this.prefixMappingsList[idx][idx2] = new
StringPair
(dataReader.ReadString(), dataReader.ReadString());