3 instantiations of LambdaInfo
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (3)
925
=>
new
(ActiveNodeIndices, match, newLambdaBody);
1026
lambda = new
LambdaInfo
([]);
1496
info = new
LambdaInfo
();
9 references to LambdaInfo
Microsoft.CodeAnalysis.Features (9)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (9)
924
public
LambdaInfo
WithMatch(DeclarationBodyMap match, LambdaBody newLambdaBody)
970
Dictionary<LambdaBody,
LambdaInfo
>? lazyActiveOrMatchedLambdas = null;
1024
if (!lazyActiveOrMatchedLambdas.TryGetValue(oldEnclosingLambdaBody, out
var
lambda))
1161
var
matchingLambdaInfo = lazyActiveOrMatchedLambdas[oldEnclosingLambdaBody];
1399
ref Dictionary<LambdaBody,
LambdaInfo
>? lazyActiveOrMatchedLambdas)
1484
[Out] Dictionary<LambdaBody,
LambdaInfo
> activeOrMatchedLambdas)
1487
if (activeOrMatchedLambdas.TryGetValue(oldLambdaBody, out
var
info))
1619
Dictionary<LambdaBody,
LambdaInfo
> lambdaInfos)
1631
if (lambdaInfos.TryGetValue(oldParentLambdaBody, out
var
lambdaInfo) && !lambdaInfo.BodyMap.Forward.IsEmpty())