5 references to TelemetryId
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\DebuggingSession.cs (1)
147_telemetry = new DebuggingSessionTelemetry(solution.SolutionState.SolutionAttributes.TelemetryId);
Microsoft.CodeAnalysis.Remote.Workspaces (1)
AbstractAssetProvider.cs (1)
70fallbackAnalyzerOptions).WithTelemetryId(solutionAttributes.TelemetryId);
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\SolutionInfo.cs (3)
149var newTelemetryId = telemetryId.HasValue ? telemetryId.Value : TelemetryId; 153newTelemetryId == TelemetryId) 170writer.WriteGuid(TelemetryId);