9 references to Type
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\Binder_Constraints.vb (1)
84
Dim typeOrAlias = BindTypeOrAliasSyntax(DirectCast(syntax, TypeConstraintSyntax).
Type
, diagnostics)
Generated\Syntax.xml.Main.Generated.vb (2)
1968
Dim newType = DirectCast(Visit(node.
Type
), TypeSyntax)
1969
If node.
Type
IsNot newType Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (2)
5125
Return Me.
Type
5148
If type IsNot Me.
Type
Then
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.vb (2)
18917
Assert.NotNull(objectUnderTest.
type
)
18918
Dim withObj = objectUnderTest.WithType(objectUnderTest.
Type
)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
CodeCleanup\Providers\AddMissingTokensCodeCleanupProvider.vb (1)
99
name.CheckParent(Of TypeConstraintSyntax)(Function(p) p.
Type
Is name) OrElse
Rename\VisualBasicRenameRewriterLanguageService.vb (1)
1031
nodeToSpeculate = DirectCast(syntax, TypeConstraintSyntax).
Type