1 write to _objectType
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (1)
108
_objectType
= objectType;
5 references to _objectType
System.Private.Xml (5)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (5)
167
MethodInfo[] methods =
_objectType
!.GetMethods(_flags);
190
MethodInfo[] methods =
_objectType
!.GetMethods(_flags);
209
methods =
_objectType
.GetMethods(_flags | BindingFlags.NonPublic);
312
_numArgs == that._numArgs &&
_objectType
== that.
_objectType
&& _flags == that._flags);