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