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