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