4 references to _projectsWithValidDelta
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\EditSessionTelemetry.cs (4)
20public readonly ImmutableArray<Guid> ProjectsWithValidDelta = telemetry._projectsWithValidDelta.AsImmutable(); 62_projectsWithValidDelta.Clear(); 109if (errorsIds.IsEmpty && _projectsWithValidDelta.Count < MaxReportedProjectIds) 111_projectsWithValidDelta.Add(projectTelemetryId);