11 references to SyntaxTree
Microsoft.CodeAnalysis.VisualBasic (11)
Symbols\Source\CustomEventAccessorSymbol.vb (1)
67
Dim binder As Binder = BinderBuilder.CreateBinderForType(sourceModule, Me.
SyntaxTree
, type)
Symbols\Source\SourceMemberMethodSymbol.vb (4)
313
Dim binder As Binder = BinderBuilder.CreateBinderForType(sourceModule, Me.
SyntaxTree
, m_containingType)
363
Debug.Assert(Me.
SyntaxTree
IsNot Nothing)
395
Dim binder As Binder = BinderBuilder.CreateBinderForType(sourceModule, Me.
SyntaxTree
, ContainingType)
579
Dim typeBinder As Binder = BinderBuilder.CreateBinderForType(sourceModule, Me.
SyntaxTree
, m_containingType)
Symbols\Source\SourceMethodSymbol.vb (3)
895
Dim binder As Binder = BinderBuilder.CreateBinderForType(Me.ContainingSourceModule, Me.
SyntaxTree
, m_containingType)
1179
Dim syntaxTree As SyntaxTree = Me.
SyntaxTree
2228
Dim binder As Binder = BinderBuilder.CreateBinderForMethodDeclaration(sourceModule, Me.
SyntaxTree
, Me)
Symbols\Source\SourcePropertyAccessorSymbol.vb (2)
242
Dim binder As Binder = BinderBuilder.CreateBinderForType(sourceModule, Me.
SyntaxTree
, Me.m_property.ContainingSourceType)
288
Dim binder As Binder = BinderBuilder.CreateBinderForType(sourceModule, Me.
SyntaxTree
, Me.m_property.ContainingSourceType)
Symbols\Source\SourcePropertySymbol.vb (1)
1180
Dim syntaxTree = accessor.
SyntaxTree