1 write to _analysis
Microsoft.CodeAnalysis.CSharp (1)
Lowering\ClosureConversion\ClosureConversion.cs (1)
179
_analysis
= analysis;
14 references to _analysis
Microsoft.CodeAnalysis.CSharp (14)
Lowering\ClosureConversion\ClosureConversion.cs (14)
35
/// have captured variables. The result of this analysis is left in <see cref="
_analysis
"/>.
335
Analysis.VisitScopeTree(
_analysis
.ScopeTree, scope =>
365
DebugId methodId =
_analysis
.GetTopLevelMethodId();
366
DebugId closureId =
_analysis
.GetClosureId(syntax, closureDebugInfo);
401
Analysis.VisitNestedFunctions(
_analysis
.ScopeTree, (scope, nestedFunction) =>
430
_analysis
.MethodsConvertedToDelegates.Contains(originalMethod)) ||
455
topLevelMethodId =
_analysis
.GetTopLevelMethodId();
515
methodId =
_analysis
.GetTopLevelMethodId();
844
Analysis.GetNestedFunctionInTree(
_analysis
.ScopeTree, node.Method.OriginalDefinition).SynthesizedLoweredMethod : node.Method;
863
var function = Analysis.GetNestedFunctionInTree(
_analysis
.ScopeTree, localFunc.OriginalDefinition);
1492
Analysis.NestedFunction function = Analysis.GetNestedFunctionInTree(
_analysis
.ScopeTree, node.Symbol);
1499
topLevelMethodId =
_analysis
.GetTopLevelMethodId();
1506
Analysis.VisitScopeTree(
_analysis
.ScopeTree, scope =>
1651
lambdaScope != Analysis.GetScopeParent(
_analysis
.ScopeTree, node.Body).BoundNode &&