2 overrides of WithCachingCore
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder.QueryUnboundLambdaState.cs (1)
69protected override UnboundLambdaState WithCachingCore(bool includeCache)
BoundTree\UnboundLambda.cs (1)
1623protected override UnboundLambdaState WithCachingCore(bool includeCache)
1 reference to WithCachingCore
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\UnboundLambda.cs (1)
583var state = WithCachingCore(includeCache);