4 writes to _count
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
26679Me._count = count 26691Me._count = count 26702Me._count = count 26717Me._count = _count
7 references to _count
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
26726writer.WriteValue(Me._count) 26751Return Me._count 26760Return Me._count 26769Return new PartitionClauseSyntax(Me.Kind, newErrors, GetAnnotations, _skipOrTakeKeyword, _count) 26773Return new PartitionClauseSyntax(Me.Kind, GetDiagnostics, annotations, _skipOrTakeKeyword, _count) 40815Dim newCount = DirectCast(Visit(node._count), ExpressionSyntax) 40816If node._count IsNot newCount Then anyChanges = True