23 writes to _match
System.Core (23)
Microsoft\Scripting\Actions\CallSiteOps.cs (2)
52
site.
_match
= false; //avoid branch here to make sure the method is inlined
72
site.
_match
= true;
Microsoft\Scripting\Actions\UpdateDelegates.Generated.cs (21)
158
site.
_match
= false;
283
site.
_match
= false;
408
site.
_match
= false;
533
site.
_match
= false;
658
site.
_match
= false;
783
site.
_match
= false;
908
site.
_match
= false;
1033
site.
_match
= false;
1158
site.
_match
= false;
1283
site.
_match
= false;
1408
site.
_match
= false;
1532
site.
_match
= false;
1656
site.
_match
= false;
1780
site.
_match
= false;
1904
site.
_match
= false;
2028
site.
_match
= false;
2152
site.
_match
= false;
2276
site.
_match
= false;
2400
site.
_match
= false;
2524
site.
_match
= false;
2648
site.
_match
= false;
3 references to _match
System.Core (3)
Microsoft\Scripting\Actions\CallSite.cs (1)
142
if (
_match
) {
Microsoft\Scripting\Actions\CallSiteOps.cs (2)
51
var res = site.
_match
;
63
return site.
_match
;