4 references to GetXmlArgumentType
System.Private.Xml (4)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
3646xmlTypeFormalArg = extFunc.GetXmlArgumentType(iArg);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
954Check(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)
285xmlTypeFormalArg = extFunc.GetXmlArgumentType(i);
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
243xmlTypeFormalArg = scrFunc.GetXmlArgumentType(i);