3 writes to _typeParameterConstraintClause
Microsoft.CodeAnalysis.VisualBasic (3)
6 references to _typeParameterConstraintClause
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
2910Return Me._typeParameterConstraintClause
2921Return Me._typeParameterConstraintClause
2930Return new TypeParameterSyntax(Me.Kind, newErrors, GetAnnotations, _varianceKeyword, _identifier, _typeParameterConstraintClause)
2934Return new TypeParameterSyntax(Me.Kind, GetDiagnostics, annotations, _varianceKeyword, _identifier, _typeParameterConstraintClause)
30235Dim newTypeParameterConstraintClause = DirectCast(Visit(node._typeParameterConstraintClause), TypeParameterConstraintClauseSyntax)
30236If node._typeParameterConstraintClause IsNot newTypeParameterConstraintClause Then anyChanges = True