13 references to WithVersion
Microsoft.CodeAnalysis.Workspaces (12)
Workspace\Solution\ProjectState.cs (12)
782.WithVersion(Version.GetNewerVersion())); 801projectInfo: ProjectInfo.WithParseOptions(options).WithVersion(Version.GetNewerVersion()), 843return With(projectInfo: ProjectInfo.With(projectReferences: projectReferences).WithVersion(Version.GetNewerVersion())); 853return With(projectInfo: ProjectInfo.With(metadataReferences: metadataReferences).WithVersion(Version.GetNewerVersion())); 863return With(projectInfo: ProjectInfo.WithAnalyzerReferences(analyzerReferences).WithVersion(Version.GetNewerVersion())); 874projectInfo: ProjectInfo.WithVersion(Version.GetNewerVersion()), 886projectInfo: ProjectInfo.WithVersion(Version.GetNewerVersion()), 905var projectInfo = ProjectInfo.WithVersion(Version.GetNewerVersion()); 929projectInfo: ProjectInfo.WithVersion(Version.GetNewerVersion()), 940projectInfo: ProjectInfo.WithVersion(Version.GetNewerVersion()), 962projectInfo: ProjectInfo.WithVersion(Version.GetNewerVersion()), 1036projectInfo: ProjectInfo.WithVersion(Version.GetNewerVersion()),
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
SolutionTests\ProjectInfoTests.cs (1)
187SolutionTestHelpers.TestProperty(instance, (old, value) => old.WithVersion(value), opt => opt.Version, VersionStamp.Create());