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)
167MethodInfo[] methods = _objectType!.GetMethods(_flags); 168bool ignoreCase = (_flags & BindingFlags.IgnoreCase) != 0; 190MethodInfo[] methods = _objectType!.GetMethods(_flags); 192bool ignoreCase = (_flags & BindingFlags.IgnoreCase) != 0; 209methods = _objectType.GetMethods(_flags | BindingFlags.NonPublic); 312_numArgs == that._numArgs && _objectType == that._objectType && _flags == that._flags);