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