3 references to WithTelemetryId
Microsoft.CodeAnalysis.Remote.Workspaces (1)
AbstractAssetProvider.cs (1)
70
fallbackAnalyzerOptions).
WithTelemetryId
(solutionAttributes.TelemetryId);
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (1)
155
analyzerReferences: w.CurrentSolution.AnalyzerReferences).
WithTelemetryId
(SolutionTelemetryId);
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Workspaces\TestWorkspace`1.cs (1)
78
SetCurrentSolutionEx(CreateSolution(SolutionInfo.Create(SolutionId.CreateNewId(), VersionStamp.Create()).
WithTelemetryId
(solutionTelemetryId)));