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