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)
70
fallbackAnalyzerOptions).WithTelemetryId(solutionAttributes.
TelemetryId
);
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\SolutionInfo.cs (3)
149
var newTelemetryId = telemetryId.HasValue ? telemetryId.Value :
TelemetryId
;
153
newTelemetryId ==
TelemetryId
)
170
writer.WriteGuid(
TelemetryId
);