8 references to CheckRequiredAttribute
System.Private.Xml (8)
System\Xml\Xsl\XsltOld\CompiledAction.cs (1)
95
CheckRequiredAttribute
(attrValue != null, attrName);
System\Xml\Xsl\XsltOld\ContainerAction.cs (3)
356
CheckRequiredAttribute
(MatchKey != Compiler.InvalidQueryKey, "match");
357
CheckRequiredAttribute
(UseKey != Compiler.InvalidQueryKey, "use");
358
CheckRequiredAttribute
(Name != null, "name");
System\Xml\Xsl\XsltOld\CopyOfAction.cs (1)
22
CheckRequiredAttribute
(_selectKey != Compiler.InvalidQueryKey, "select");
System\Xml\Xsl\XsltOld\ForEachAction.cs (1)
25
CheckRequiredAttribute
(_selectKey != Compiler.InvalidQueryKey, "select");
System\Xml\Xsl\XsltOld\IfAction.cs (1)
33
CheckRequiredAttribute
(_testKey != Compiler.InvalidQueryKey, "test");
System\Xml\Xsl\XsltOld\ValueOfAction.cs (1)
29
CheckRequiredAttribute
(_selectKey != Compiler.InvalidQueryKey, "select");