1 write to _tree
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\BinderFactory.vb (1)
42
Me.
_tree
= tree
18 references to _tree
Microsoft.CodeAnalysis.VisualBasic (18)
Binding\BinderFactory.BinderFactoryVisitor.vb (1)
241
Return BinderBuilder.CreateBinderForSourceFileImports(_factory._sourceModule, _factory.
_tree
)
Binding\BinderFactory.vb (17)
36
Return
_tree
.Options.Kind = SourceCodeKind.Script
161
Return BinderBuilder.CreateBinderForNamespace(_sourceModule,
_tree
, _sourceModule.RootNamespace)
165
If node.Kind <> SyntaxKind.CompilationUnit OrElse
_tree
.Options.Kind = SourceCodeKind.Regular Then
184
Return BinderBuilder.CreateBinderForSourceFileImports(_sourceModule,
_tree
)
305
fieldOrProperty = containingNamedTypeBinder.ContainingType.FindFieldOrProperty(identifier.ValueText, identifier.Span,
_tree
)
312
Dim additionalFieldOrProperty As Symbol = containingNamedTypeBinder.ContainingType.FindFieldOrProperty(identifier.ValueText, identifier.Span,
_tree
)
325
fieldOrProperty = containingNamedTypeBinder.ContainingType.FindMember(identifier.ValueText, SymbolKind.Field, identifier.Span,
_tree
)
337
fieldOrProperty = containingNamedTypeBinder.ContainingType.FindMember(identifier.ValueText, SymbolKind.Property, identifier.Span,
_tree
)
357
Dim field = containingType.FindMember(identifier.ValueText, SymbolKind.Field, identifier.Span,
_tree
)
385
Dim methodSymbol = DirectCast(SourceMethodSymbol.FindSymbolFromSyntax(methodSyntax,
_tree
, containingType), SourceMethodSymbol)
404
Dim eventSymbol = DirectCast(SourceMethodSymbol.FindSymbolFromSyntax(methodSyntax,
_tree
, containingType), SourceEventSymbol)
413
Dim propertySymbol = DirectCast(SourceMethodSymbol.FindSymbolFromSyntax(methodSyntax,
_tree
, containingType), SourcePropertySymbol)
542
DirectCast(parent, MethodBaseSyntax),
_tree
, containingBinder.ContainingType)
550
DirectCast(parent, MethodBaseSyntax),
_tree
, containingBinder.ContainingType)
610
Return DirectCast(BinderBuilder.CreateBinderForNamespace(_sourceModule,
_tree
, _sourceModule.GlobalNamespace), NamespaceBinder)
644
Dim symbol = SourceMethodSymbol.FindSymbolFromSyntax(methodSyntax,
_tree
, containingType)
693
Return BinderBuilder.CreateBinderForAttribute(
_tree
, containingBinder, node)