1 override of VisitDeclaredLocalFunctions
Microsoft.CodeAnalysis.CSharp (1)
Lowering\ExtensionMethodBodyRewriter.cs (1)
138
protected override ImmutableArray<MethodSymbol>
VisitDeclaredLocalFunctions
(ImmutableArray<MethodSymbol> localFunctions)
3 references to VisitDeclaredLocalFunctions
Microsoft.CodeAnalysis.CSharp (3)
Generated\BoundNodes.xml.Generated.cs (2)
11359
ImmutableArray<MethodSymbol> localFunctions = this.
VisitDeclaredLocalFunctions
(node.LocalFunctions);
11437
ImmutableArray<MethodSymbol> innerLocalFunctions = this.
VisitDeclaredLocalFunctions
(node.InnerLocalFunctions);
Lowering\BoundTreeToDifferentEnclosingContextRewriter.cs (1)
102
var newLocalFunctions = this.
VisitDeclaredLocalFunctions
(node.LocalFunctions);