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