7 references to Type
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\Binder_Constraints.vb (1)
84Dim typeOrAlias = BindTypeOrAliasSyntax(DirectCast(syntax, TypeConstraintSyntax).Type, diagnostics)
Generated\Syntax.xml.Main.Generated.vb (2)
1968Dim newType = DirectCast(Visit(node.Type), TypeSyntax) 1969If node.Type IsNot newType Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (2)
5125Return Me.Type 5148If type IsNot Me.Type Then
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\BasicDetectPreviewFeatureAnalyzer.vb (2)
192If typeConstraint IsNot Nothing AndAlso IsIdentifierNameSyntax(typeConstraint.Type, previewSymbol) Then 193Return typeConstraint.Type