4 writes to _type
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
31910Me._type = type 31926Me._type = type 31941Me._type = type 31957Me._type = _type
7 references to _type
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
31966writer.WriteValue(Me._type) 31991Return Me._type 32000Return Me._type 32009Return new CrefSignaturePartSyntax(Me.Kind, newErrors, GetAnnotations, _modifier, _type) 32013Return new CrefSignaturePartSyntax(Me.Kind, GetDiagnostics, annotations, _modifier, _type) 41427Dim newType = DirectCast(Visit(node._type), TypeSyntax) 41428If node._type IsNot newType Then anyChanges = True