2 references to LateBoundFlags
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XmlQueryContext.cs (2)
247return new XmlExtensionFunction(name, namespaceUri, -1, instance.GetType(), XmlQueryRuntime.LateBoundFlags).CanBind(); 272XmlExtensionFunction extFunc = _extFuncsLate.Bind(name, namespaceUri, args.Length, instance.GetType(), XmlQueryRuntime.LateBoundFlags);