3 instantiations of LambdaInfo
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (3)
918
=>
new
(ActiveNodeIndices, match, newLambdaBody);
1019
lambda = new
LambdaInfo
([]);
1489
info = new
LambdaInfo
();
9 references to LambdaInfo
Microsoft.CodeAnalysis.Features (9)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (9)
917
public
LambdaInfo
WithMatch(DeclarationBodyMap match, LambdaBody newLambdaBody)
963
Dictionary<LambdaBody,
LambdaInfo
>? lazyActiveOrMatchedLambdas = null;
1017
if (!lazyActiveOrMatchedLambdas.TryGetValue(oldEnclosingLambdaBody, out
var
lambda))
1154
var
matchingLambdaInfo = lazyActiveOrMatchedLambdas[oldEnclosingLambdaBody];
1392
ref Dictionary<LambdaBody,
LambdaInfo
>? lazyActiveOrMatchedLambdas)
1477
[Out] Dictionary<LambdaBody,
LambdaInfo
> activeOrMatchedLambdas)
1480
if (activeOrMatchedLambdas.TryGetValue(oldLambdaBody, out
var
info))
1612
Dictionary<LambdaBody,
LambdaInfo
> lambdaInfos)
1624
if (lambdaInfos.TryGetValue(oldParentLambdaBody, out
var
lambdaInfo) && !lambdaInfo.BodyMap.Forward.IsEmpty())