30 references to Types
Microsoft.CodeAnalysis.VisualBasic (9)
Generated\Syntax.xml.Main.Generated.vb (1)
1752Dim newTypes = VisitList(node.Types)
Generated\Syntax.xml.Syntax.Generated.vb (3)
2816return Update(inheritsKeyword, Me.Types) 2841Return Me.WithTypes(Me.Types.AddRange(items)) 2882If inheritsKeyword <> Me.InheritsKeyword OrElse types <> Me.Types Then
Symbols\Source\SourceNamedTypeSymbol.vb (5)
1088If baseClassSyntax IsNot Nothing OrElse inheritsDeclaration.Types.Count > 1 Then 1091If baseClassSyntax Is Nothing AndAlso inheritsDeclaration.Types.Count > 0 Then 1092baseClassSyntax = inheritsDeclaration.Types(0) 1166Dim types = DirectCast(baseDeclaration, InheritsStatementSyntax).Types 1336If(getInherits, DirectCast(t, InheritsStatementSyntax).Types, DirectCast(t, ImplementsStatementSyntax).Types)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
SyntaxTreeExtensions.vb (1)
513token.IsChildSeparatorToken(Of InheritsStatementSyntax, TypeSyntax)(Function(baseDeclaration) baseDeclaration.Types) OrElse
Microsoft.CodeAnalysis.VisualBasic.Features (2)
GenerateDefaultConstructors\VisualBasicGenerateDefaultConstructorsService.vb (2)
44If baseList.Types.Count > 0 AndAlso 45baseList.Types(0) Is type AndAlso
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (2)
Compilation\SemanticModelAPITests.vb (2)
1823TestGetSpeculativeSemanticModelForTypeSyntax_Common(model, inheritsClause.Types.First.Position, 1833Dim success = model.TryGetSpeculativeSemanticModel(inheritsClause.Types.First.Position, speculatedTypeExpression, speculativeModel, SpeculativeBindingOption.BindAsExpression)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (5)
Generated\Syntax.Test.xml.Generated.vb (2)
18792Assert.NotNull(objectUnderTest.types) 18793Dim withObj = objectUnderTest.WithInheritsKeyword(objectUnderTest.InheritsKeyword).WithTypes(objectUnderTest.Types)
TestSyntaxNodes.vb (3)
578CheckEmptySeparatedList(statement.Types) 609CheckSingletonSeparatedList(statement.Types, 9) 649sepList = statement.Types
Microsoft.CodeAnalysis.VisualBasic.Workspaces (6)
CodeGeneration\VisualBasicSyntaxGenerator.vb (4)
3558Return GetInherits(declaration).SelectMany(Function(ih) ih.Types).Concat(GetImplements(declaration).SelectMany(Function(imp) imp.Types)).ToBoxedImmutableArray() 3563Dim existingBaseType = GetInherits(declaration).SelectMany(Function(inh) inh.Types).FirstOrDefault() 3577Dim last = inh.SelectMany(Function(s) s.Types).LastOrDefault() 3931If inh.Types.Count = 1 Then
FindSymbols\VisualBasicDeclaredSymbolInfoFactoryService.vb (1)
46AddInheritanceNames(builder, inheritsStatement.Types, aliasMap)
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\SyntaxTreeExtensions.vb\SyntaxTreeExtensions.vb (1)
513token.IsChildSeparatorToken(Of InheritsStatementSyntax, TypeSyntax)(Function(baseDeclaration) baseDeclaration.Types) OrElse
Microsoft.VisualStudio.LanguageServices.VisualBasic (5)
CodeModel\VisualBasicCodeModelService.vb (5)
1216If [inherits].Types.ToString() = name Then 1726namespaceName = DirectCast(inheritsNode, InheritsStatementSyntax).Types.ToString() 1730If [inherits].Types.ToString() = namespaceName Then 4294For Each inheritsType In inheritsStatement.Types 4298If inheritsStatement.Types.Count = 1 Then