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