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