7 references to Type
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\DocumentationCommentCrefBinder.vb (1)
469
typeParameterAwareBinder.BindTypeSyntax(part.
Type
, diagnostic),
Generated\Syntax.xml.Main.Generated.vb (2)
5172
Dim newType = DirectCast(Visit(node.
Type
), TypeSyntax)
5173
If node.
Type
IsNot newType Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (3)
34047
return Update(modifier, Me.
Type
)
34079
Return Me.
Type
34105
If modifier <> Me.Modifier OrElse type IsNot Me.
Type
Then
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
21555
Dim withObj = objectUnderTest.WithModifier(objectUnderTest.Modifier).WithType(objectUnderTest.
Type
)