3 references to With
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\SolutionInfo.cs (1)
112
=> new(Attributes.
With
(telemetryId: telemetryId), Projects, AnalyzerReferences, FallbackAnalyzerOptions);
Workspace\Solution\SolutionState.cs (2)
407
var newSolutionAttributes = SolutionAttributes.
With
(version: Version.GetNewerVersion());
473
var newSolutionAttributes = SolutionAttributes.
With
(version: this.Version.GetNewerVersion());