7 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.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\BasicDetectPreviewFeatureAnalyzer.vb (2)
192
If typeConstraint IsNot Nothing AndAlso IsIdentifierNameSyntax(typeConstraint.
Type
, previewSymbol) Then
193
Return typeConstraint.
Type