3 writes to _type
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
25058Me._type = type 25074Me._type = type 25089Me._type = type
6 references to _type
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
25112Return Me._type 25121Return Me._type 25130Return new CrefSignaturePartSyntax(Me.Kind, newErrors, GetAnnotations, _modifier, _type) 25134Return new CrefSignaturePartSyntax(Me.Kind, GetDiagnostics, annotations, _modifier, _type) 33499Dim newType = DirectCast(Visit(node._type), TypeSyntax) 33500If node._type IsNot newType Then anyChanges = True