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)
43
if (_queriedMembers.Matches(i,
_bindingAttr
))
86
if (_queriedMembers.Matches(i,
_bindingAttr
))
106
if (_queriedMembers.Matches(i,
_bindingAttr
))
129
private int UnfilteredCount => ((
_bindingAttr
& BindingFlags.DeclaredOnly) != 0) ? _queriedMembers.DeclaredOnlyCount : _queriedMembers.TotalCount;
System\Reflection\Runtime\BindingFlagSupport\QueryResult.Enumerator.cs (1)
16
_bindingAttr = queryResult.
_bindingAttr
;