3 references to AttributeExists
System.Data.SqlXml (3)
System\Xml\Xsl\Xslt\XsltLoader.cs (3)
956CheckError(! input.AttributeExists(1, "name"), /*[XT_007]*/Res.Xslt_BothMatchNameAbsent); 957CheckError( input.AttributeExists(3, "mode"), /*[XT_008]*/Res.Xslt_ModeWithoutMatch ); 959if (input.AttributeExists(2, "priority")) {