1 write to _tree
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\BinderFactory.vb (1)
43
Me.
_tree
= tree
18 references to _tree
Microsoft.CodeAnalysis.VisualBasic (18)
Binding\BinderFactory.BinderFactoryVisitor.vb (1)
242
Return BinderBuilder.CreateBinderForSourceFileImports(_factory._sourceModule, _factory.
_tree
)
Binding\BinderFactory.vb (17)
37
Return
_tree
.Options.Kind = SourceCodeKind.Script
152
Return BinderBuilder.CreateBinderForNamespace(_sourceModule,
_tree
, _sourceModule.RootNamespace)
156
If node.Kind <> SyntaxKind.CompilationUnit OrElse
_tree
.Options.Kind = SourceCodeKind.Regular Then
175
Return BinderBuilder.CreateBinderForSourceFileImports(_sourceModule,
_tree
)
296
fieldOrProperty = containingNamedTypeBinder.ContainingType.FindFieldOrProperty(identifier.ValueText, identifier.Span,
_tree
)
303
Dim additionalFieldOrProperty As Symbol = containingNamedTypeBinder.ContainingType.FindFieldOrProperty(identifier.ValueText, identifier.Span,
_tree
)
316
fieldOrProperty = containingNamedTypeBinder.ContainingType.FindMember(identifier.ValueText, SymbolKind.Field, identifier.Span,
_tree
)
328
fieldOrProperty = containingNamedTypeBinder.ContainingType.FindMember(identifier.ValueText, SymbolKind.Property, identifier.Span,
_tree
)
348
Dim field = containingType.FindMember(identifier.ValueText, SymbolKind.Field, identifier.Span,
_tree
)
376
Dim methodSymbol = DirectCast(SourceMethodSymbol.FindSymbolFromSyntax(methodSyntax,
_tree
, containingType), SourceMethodSymbol)
395
Dim eventSymbol = DirectCast(SourceMethodSymbol.FindSymbolFromSyntax(methodSyntax,
_tree
, containingType), SourceEventSymbol)
404
Dim propertySymbol = DirectCast(SourceMethodSymbol.FindSymbolFromSyntax(methodSyntax,
_tree
, containingType), SourcePropertySymbol)
533
DirectCast(parent, MethodBaseSyntax),
_tree
, containingBinder.ContainingType)
541
DirectCast(parent, MethodBaseSyntax),
_tree
, containingBinder.ContainingType)
601
Return DirectCast(BinderBuilder.CreateBinderForNamespace(_sourceModule,
_tree
, _sourceModule.GlobalNamespace), NamespaceBinder)
635
Dim symbol = SourceMethodSymbol.FindSymbolFromSyntax(methodSyntax,
_tree
, containingType)
684
Return BinderBuilder.CreateBinderForAttribute(
_tree
, containingBinder, node)