4 references to GetExtensionObject
System.Private.Xml (4)
System\Xml\Xsl\Runtime\XmlQueryContext.cs (3)
229return _argList?.GetExtensionObject(namespaceUri); 243instance = _argList.GetExtensionObject(namespaceUri); 264instance = _argList?.GetExtensionObject(namespaceUri);
System\Xml\Xsl\XsltOld\Processor.cs (1)
255return _args.GetExtensionObject(nsUri);