3 instantiations of LambdaInfo
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (3)
941
=>
new
(ActiveNodeIndices, match, newLambdaBody);
1046
lambda = new
LambdaInfo
([]);
1519
info = new
LambdaInfo
();
9 references to LambdaInfo
Microsoft.CodeAnalysis.Features (9)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (9)
940
public
LambdaInfo
WithMatch(DeclarationBodyMap match, LambdaBody newLambdaBody)
986
Dictionary<LambdaBody,
LambdaInfo
>? lazyActiveOrMatchedLambdas = null;
1044
if (!lazyActiveOrMatchedLambdas.TryGetValue(oldEnclosingLambdaBody, out
var
lambda))
1184
var
matchingLambdaInfo = lazyActiveOrMatchedLambdas[oldEnclosingLambdaBody];
1422
ref Dictionary<LambdaBody,
LambdaInfo
>? lazyActiveOrMatchedLambdas)
1507
[Out] Dictionary<LambdaBody,
LambdaInfo
> activeOrMatchedLambdas)
1510
if (activeOrMatchedLambdas.TryGetValue(oldLambdaBody, out
var
info))
1642
Dictionary<LambdaBody,
LambdaInfo
> lambdaInfos)
1654
if (lambdaInfos.TryGetValue(oldParentLambdaBody, out
var
lambdaInfo) && !lambdaInfo.BodyMap.Forward.IsEmpty())