4 references to GetXmlArgumentType
System.Private.Xml (4)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
3646
xmlTypeFormalArg = extFunc.
GetXmlArgumentType
(iArg);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
954
Check(actualArgs[i].XmlType!.IsSubtypeOf(extFunc.
GetXmlArgumentType
(i)), actualArgs[i], "InvokeEarlyBound argument must be a subtype of the invoked function's argument type");
System\Xml\Xsl\Runtime\XmlQueryContext.cs (1)
285
xmlTypeFormalArg = extFunc.
GetXmlArgumentType
(i);
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
243
xmlTypeFormalArg = scrFunc.
GetXmlArgumentType
(i);