1 write to _bindingAttr
System.Reflection.MetadataLoadContext (1)
System\Reflection\Runtime\BindingFlagSupport\QueryResult.cs (1)
20_bindingAttr = bindingAttr;
5 references to _bindingAttr
System.Reflection.MetadataLoadContext (5)
System\Reflection\Runtime\BindingFlagSupport\QueryResult.cs (4)
42if (_queriedMembers.Matches(i, _bindingAttr)) 85if (_queriedMembers.Matches(i, _bindingAttr)) 105if (_queriedMembers.Matches(i, _bindingAttr)) 130private int UnfilteredCount => ((_bindingAttr & BindingFlags.DeclaredOnly) != 0) ? _queriedMembers!.DeclaredOnlyCount : _queriedMembers!.TotalCount;
System\Reflection\Runtime\BindingFlagSupport\QueryResult.Enumerator.cs (1)
14_bindingAttr = queryResult._bindingAttr;