Home
last modified time | relevance | path

Searched refs:InferXmlType (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/
H A DXmlExtensionFunction.cs223 this.argXmlTypes[i] = InferXmlType(this.argClrTypes[i]); in Bind()
245 this.retXmlType = InferXmlType(this.retClrType); in Bind()
305 private XmlQueryType InferXmlType(Type clrType) { in InferXmlType() method in System.Xml.Xsl.Runtime.XmlExtensionFunction
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/Runtime/
H A DXmlExtensionFunction.cs244 _argXmlTypes[i] = InferXmlType(_argClrTypes[i]); in Bind()
268 _retXmlType = InferXmlType(_retClrType); in Bind()
336 private XmlQueryType InferXmlType(Type clrType) in InferXmlType() method in System.Xml.Xsl.Runtime.XmlExtensionFunction