8 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.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.vb (2)
20447Assert.NotNull(objectUnderTest.type) 20448Dim withObj = objectUnderTest.WithType(objectUnderTest.Type)