8 references to TelemetryId
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\DebuggingSession.cs (2)
513
EditSession.Telemetry.LogRudeEditDiagnostics(analysis.RudeEdits, project.State.Attributes.
TelemetryId
);
626
_editSessionTelemetry.LogUpdatedBaseline(solution.GetRequiredProject(projectId).State.ProjectInfo.Attributes.
TelemetryId
);
EditAndContinue\EditSession.cs (2)
1167
Telemetry.LogRudeEditDiagnostics(analysis.RudeEdits, newProject.State.Attributes.
TelemetryId
);
1360
Telemetry.LogProjectAnalysisSummary(projectSummaryToReport, newProject.State.ProjectInfo.Attributes.
TelemetryId
, projectDiagnostics);
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
328
m["ProjectGuid"] = projectState.ProjectInfo.Attributes.
TelemetryId
.ToString("B");
Workspace\Solution\ProjectInfo.cs (3)
563
var newTelemetryId = telemetryId.HasValue ? telemetryId.Value :
TelemetryId
;
579
newTelemetryId ==
TelemetryId
&&
623
writer.WriteGuid(
TelemetryId
);