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