1 write to Declarations
Microsoft.CodeAnalysis.VisualBasic (1)
Declarations\MergedTypeDeclaration.vb (1)
38Me.Declarations = declarations
26 references to Declarations
Microsoft.CodeAnalysis.VisualBasic (26)
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)
118Dim declarations As ImmutableArray(Of SingleTypeDeclaration) = declaration.Declarations 139For i = 0 To declaration.Declarations.Length - 1 140mergedModifiers = mergedModifiers Or declaration.Declarations(i).Modifiers 1297Dim kind = _declaration.Declarations(0).Kind 1304Return _declaration.Declarations(0).Kind = DeclarationKind.ImplicitClass 3246For Each declaration In Me._declaration.Declarations 3265If Me._declaration.Declarations.Length >= 1 AndAlso position = Me._declaration.Declarations(0).Location.SourceSpan.Start Then
Symbols\Source\SourceNamedTypeSymbol.vb (5)
1284For Each decl In Me.TypeDeclaration.Declarations 1731diagnostics.Add(ERRID.ERR_EmbeddedAttributeMustFollowPattern, TypeDeclaration.Declarations(0).Location) 1779For Each decl In TypeDeclaration.Declarations 1797For Each decl In TypeDeclaration.Declarations 2205For Each decl In TypeDeclaration.Declarations