4 references to _projectsWithValidDelta
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\EditSessionTelemetry.cs (4)
19public readonly ImmutableArray<Guid> ProjectsWithValidDelta = telemetry._projectsWithValidDelta.AsImmutable(); 61_projectsWithValidDelta.Clear(); 116if (!hasError && _projectsWithValidDelta.Count < MaxReportedProjectIds) 118_projectsWithValidDelta.Add(projectTelemetryId);