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