8 references to CheckRequiredAttribute
System.Data.SqlXml (8)
System\Xml\Xsl\XsltOld\CompiledAction.cs (1)
81CheckRequiredAttribute(compiler, attrValue != null, attrName);
System\Xml\Xsl\XsltOld\ContainerAction.cs (3)
303CheckRequiredAttribute(compiler, MatchKey != Compiler.InvalidQueryKey, "match"); 304CheckRequiredAttribute(compiler, UseKey != Compiler.InvalidQueryKey, "use" ); 305CheckRequiredAttribute(compiler, Name != null , "name" );
System\Xml\Xsl\XsltOld\CopyOfAction.cs (1)
24CheckRequiredAttribute(compiler, selectKey != Compiler.InvalidQueryKey, "select");
System\Xml\Xsl\XsltOld\ForeachAction.cs (1)
27CheckRequiredAttribute(compiler, selectKey != Compiler.InvalidQueryKey, "select");
System\Xml\Xsl\XsltOld\IfAction.cs (1)
32CheckRequiredAttribute(compiler, this.testKey != Compiler.InvalidQueryKey, "test");
System\Xml\Xsl\XsltOld\ValueOfAction.cs (1)
30CheckRequiredAttribute(compiler, selectKey != Compiler.InvalidQueryKey, "select");