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