13 references to WithVersion
Microsoft.CodeAnalysis.Workspaces (12)
Workspace\Solution\ProjectState.cs (12)
792.WithVersion(Version.GetNewerVersion())); 811projectInfo: ProjectInfo.WithParseOptions(options).WithVersion(Version.GetNewerVersion()), 853return With(projectInfo: ProjectInfo.With(projectReferences: projectReferences).WithVersion(Version.GetNewerVersion())); 863return With(projectInfo: ProjectInfo.With(metadataReferences: metadataReferences).WithVersion(Version.GetNewerVersion())); 873return With(projectInfo: ProjectInfo.WithAnalyzerReferences(analyzerReferences).WithVersion(Version.GetNewerVersion())); 884projectInfo: ProjectInfo.WithVersion(Version.GetNewerVersion()), 896projectInfo: ProjectInfo.WithVersion(Version.GetNewerVersion()), 915var projectInfo = ProjectInfo.WithVersion(Version.GetNewerVersion()); 939projectInfo: ProjectInfo.WithVersion(Version.GetNewerVersion()), 950projectInfo: ProjectInfo.WithVersion(Version.GetNewerVersion()), 972projectInfo: ProjectInfo.WithVersion(Version.GetNewerVersion()), 1046projectInfo: 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());