1 write to Declarations
Microsoft.CodeAnalysis.VisualBasic (1)
Declarations\MergedTypeDeclaration.vb (1)
38Me.Declarations = declarations
25 references to Declarations
Microsoft.CodeAnalysis.VisualBasic (25)
Declarations\DeclarationTable.vb (1)
353For Each childType In mergedType.Declarations
Declarations\MergedTypeDeclaration.vb (12)
46For Each decl In Declarations 57Return Me.Declarations(0).Kind 63Return Me.Declarations(0).Arity 70For Each decl In Declarations 121If Declarations.Length = 1 Then 122Return ImmutableArray.Create(Declarations(0).NameLocation) 127For Each decl In Declarations 147If Declarations.Length = 1 Then 148allSingleTypeDecls = Declarations(0).Children.OfType(Of SingleTypeDeclaration)() 150allSingleTypeDecls = Declarations.SelectMany(Function(d) d.Children.OfType(Of SingleTypeDeclaration)()) 178Dim names = UnionCollection(Of String).Create(Me.Declarations, Function(d) d.MemberNames) 188For Each decl In Me.Declarations
Symbols\Source\SourceMemberContainerTypeSymbol.vb (8)
116Dim declarations As ImmutableArray(Of SingleTypeDeclaration) = declaration.Declarations 137For i = 0 To declaration.Declarations.Length - 1 138mergedModifiers = mergedModifiers Or declaration.Declarations(i).Modifiers 1295Dim kind = _declaration.Declarations(0).Kind 1302Return _declaration.Declarations(0).Kind = DeclarationKind.ImplicitClass 3244For Each declaration In Me._declaration.Declarations 3263If Me._declaration.Declarations.Length >= 1 AndAlso position = Me._declaration.Declarations(0).Location.SourceSpan.Start Then
Symbols\Source\SourceNamedTypeSymbol.vb (4)
1277For Each decl In Me.TypeDeclaration.Declarations 1709For Each decl In TypeDeclaration.Declarations 1727For Each decl In TypeDeclaration.Declarations 2126For Each decl In TypeDeclaration.Declarations