1 write to _bindingAttr
System.Private.CoreLib (1)
System\Reflection\Runtime\BindingFlagSupport\QueryResult.cs (1)
21_bindingAttr = bindingAttr;
5 references to _bindingAttr
System.Private.CoreLib (5)
System\Reflection\Runtime\BindingFlagSupport\QueryResult.cs (4)
43if (_queriedMembers.Matches(i, _bindingAttr)) 86if (_queriedMembers.Matches(i, _bindingAttr)) 106if (_queriedMembers.Matches(i, _bindingAttr)) 129private int UnfilteredCount => ((_bindingAttr & BindingFlags.DeclaredOnly) != 0) ? _queriedMembers.DeclaredOnlyCount : _queriedMembers.TotalCount;
System\Reflection\Runtime\BindingFlagSupport\QueryResult.Enumerator.cs (1)
16_bindingAttr = queryResult._bindingAttr;