4 writes to _type
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
20247Me._type = type 20257Me._type = type 20266Me._type = type 20276Me._type = _type
7 references to _type
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
20284writer.WriteValue(Me._type) 20300Return Me._type 20306Return Me._type 20315Return new TypedTupleElementSyntax(Me.Kind, newErrors, GetAnnotations, _type) 20319Return new TypedTupleElementSyntax(Me.Kind, GetDiagnostics, annotations, _type) 40051Dim newType = DirectCast(Visit(node._type), TypeSyntax) 40052If node._type IsNot newType Then anyChanges = True