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