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)
117Dim declarations As ImmutableArray(Of SingleTypeDeclaration) = declaration.Declarations 138For i = 0 To declaration.Declarations.Length - 1 139mergedModifiers = mergedModifiers Or declaration.Declarations(i).Modifiers 1296Dim kind = _declaration.Declarations(0).Kind 1303Return _declaration.Declarations(0).Kind = DeclarationKind.ImplicitClass 3245For Each declaration In Me._declaration.Declarations 3264If Me._declaration.Declarations.Length >= 1 AndAlso position = Me._declaration.Declarations(0).Location.SourceSpan.Start Then
Symbols\Source\SourceNamedTypeSymbol.vb (5)
1280For Each decl In Me.TypeDeclaration.Declarations 1727diagnostics.Add(ERRID.ERR_EmbeddedAttributeMustFollowPattern, TypeDeclaration.Declarations(0).Location) 1748For Each decl In TypeDeclaration.Declarations 1766For Each decl In TypeDeclaration.Declarations 2174For Each decl In TypeDeclaration.Declarations