1 write to _calledMethods
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\MethodCompiler.vb (1)
1894
_calledMethods
= New HashSet(Of MethodSymbol)(ReferenceEqualityComparer.Instance)
4 references to _calledMethods
Microsoft.CodeAnalysis.VisualBasic (4)
Compilation\MethodCompiler.vb (4)
1883
If visitor.
_calledMethods
IsNot Nothing Then
1884
compilationState.AddToInitializeComponentCallTree(method, visitor.
_calledMethods
.ToArray().AsImmutableOrNull())
1893
If
_calledMethods
Is Nothing Then
1897
_calledMethods
.Add(node.Method.OriginalDefinition)