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