13 references to WithVersion
Microsoft.CodeAnalysis.Workspaces (12)
Workspace\Solution\ProjectState.cs (12)
687.WithVersion(Version.GetNewerVersion())); 701projectInfo: ProjectInfo.WithParseOptions(options).WithVersion(Version.GetNewerVersion()), 731return With(projectInfo: ProjectInfo.With(projectReferences: projectReferences).WithVersion(Version.GetNewerVersion())); 741return With(projectInfo: ProjectInfo.With(metadataReferences: metadataReferences).WithVersion(Version.GetNewerVersion())); 751return With(projectInfo: ProjectInfo.WithAnalyzerReferences(analyzerReferences).WithVersion(Version.GetNewerVersion())); 791projectInfo: ProjectInfo.WithVersion(Version.GetNewerVersion()), 800projectInfo: ProjectInfo.WithVersion(Version.GetNewerVersion()), 816var projectInfo = ProjectInfo.WithVersion(Version.GetNewerVersion()); 837projectInfo: ProjectInfo.WithVersion(Version.GetNewerVersion()), 845projectInfo: ProjectInfo.WithVersion(Version.GetNewerVersion()), 861projectInfo: ProjectInfo.WithVersion(Version.GetNewerVersion()), 925projectInfo: ProjectInfo.WithVersion(Version.GetNewerVersion()),
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
SolutionTests\ProjectInfoTests.cs (1)
185SolutionTestHelpers.TestProperty(instance, (old, value) => old.WithVersion(value), opt => opt.Version, VersionStamp.Create());