2 references to CallSite
System.Linq.Expressions (2)
System\Runtime\CompilerServices\CallSite.cs (2)
181return new CallSite<T>(); 194return matchmaker ?? new CallSite<T>() { _match = true };