24 writes to _match
System.Linq.Expressions (24)
System\Dynamic\UpdateDelegates.Generated.cs (20)
152
site.
_match
= false;
298
site.
_match
= false;
444
site.
_match
= false;
590
site.
_match
= false;
736
site.
_match
= false;
882
site.
_match
= false;
1028
site.
_match
= false;
1174
site.
_match
= false;
1320
site.
_match
= false;
1466
site.
_match
= false;
1611
site.
_match
= false;
1756
site.
_match
= false;
1901
site.
_match
= false;
2046
site.
_match
= false;
2191
site.
_match
= false;
2336
site.
_match
= false;
2481
site.
_match
= false;
2626
site.
_match
= false;
2771
site.
_match
= false;
2916
site.
_match
= false;
System\Runtime\CompilerServices\CallSite.cs (1)
194
return matchmaker ?? new CallSite<T>() {
_match
= true };
System\Runtime\CompilerServices\CallSiteOps.cs (3)
30
mm.
_match
= true;
43
site.
_match
= false; //avoid branch here to make sure the method is inlined
65
site.
_match
= true;
4 references to _match
System.Linq.Expressions (4)
System\Runtime\CompilerServices\CallSite.cs (2)
133
if (
_match
)
191
Debug.Assert(matchmaker?.
_match
!= false, "cached site should be set up for matchmaking");
System\Runtime\CompilerServices\CallSiteOps.cs (2)
42
var res = site.
_match
;
55
return site.
_match
;