1 write to TelemetryId
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionInfo.cs (1)
126TelemetryId = telemetryId;
5 references to TelemetryId
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\DebuggingSession.cs (1)
117_telemetry = new DebuggingSessionTelemetry(solution.State.SolutionAttributes.TelemetryId);
Microsoft.CodeAnalysis.Remote.Workspaces (1)
AbstractAssetProvider.cs (1)
44return SolutionInfo.Create(solutionAttributes.Id, solutionAttributes.Version, solutionAttributes.FilePath, projects, analyzerReferences).WithTelemetryId(solutionAttributes.TelemetryId);
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\SolutionInfo.cs (3)
136var newTelemetryId = telemetryId.HasValue ? telemetryId.Value : TelemetryId; 140newTelemetryId == TelemetryId) 159writer.WriteGuid(TelemetryId);