1 write to objectType
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (1)
97this.objectType = objectType;
5 references to objectType
System.Data.SqlXml (5)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (5)
150MethodInfo[] methods = this.objectType.GetMethods(this.flags); 170MethodInfo[] methods = this.objectType.GetMethods(this.flags); 186methods = this.objectType.GetMethods(this.flags | BindingFlags.NonPublic); 278this.numArgs == that.numArgs && this.objectType == that.objectType && this.flags == that.flags);