1 write to _flags
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (1)
109
_flags
= flags;
7 references to _flags
System.Private.Xml (7)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (7)
167
MethodInfo[] methods = _objectType!.GetMethods(
_flags
);
168
bool ignoreCase = (
_flags
& BindingFlags.IgnoreCase) != 0;
190
MethodInfo[] methods = _objectType!.GetMethods(
_flags
);
192
bool ignoreCase = (
_flags
& BindingFlags.IgnoreCase) != 0;
209
methods = _objectType.GetMethods(
_flags
| BindingFlags.NonPublic);
312
_numArgs == that._numArgs && _objectType == that._objectType &&
_flags
== that.
_flags
);