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