7 references to Type
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder_Symbols.vb (1)
629argumentType = binder.BindTypeSyntax(typedElement.Type, diagnostics, suppressUseSiteError, inGetTypeContext, resolvingBaseType)
Generated\Syntax.xml.Main.Generated.vb (2)
3796Dim newType = DirectCast(Visit(node.Type), TypeSyntax) 3797If node.Type IsNot newType Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (2)
21833Return Me.Type 21856If type IsNot Me.Type Then
Syntax\SyntaxFacts.vb (1)
116Return DirectCast(parent, TypedTupleElementSyntax).Type Is node
Microsoft.CodeAnalysis.VisualBasic.Features (1)
SolutionExplorer\VisualBasicSolutionExplorerSymbolTreeItemProvider.vb (1)
401AppendType(typedTupleElement.Type, builder)