13 references to WithVersion
Microsoft.CodeAnalysis.Workspaces (12)
Workspace\Solution\ProjectState.cs (12)
800.WithVersion(Version.GetNewerVersion())); 819projectInfo: ProjectInfo.WithParseOptions(options).WithVersion(Version.GetNewerVersion()), 861return With(projectInfo: ProjectInfo.With(projectReferences: projectReferences).WithVersion(Version.GetNewerVersion())); 871return With(projectInfo: ProjectInfo.With(metadataReferences: metadataReferences).WithVersion(Version.GetNewerVersion())); 881return With(projectInfo: ProjectInfo.WithAnalyzerReferences(analyzerReferences).WithVersion(Version.GetNewerVersion())); 892projectInfo: ProjectInfo.WithVersion(Version.GetNewerVersion()), 904projectInfo: ProjectInfo.WithVersion(Version.GetNewerVersion()), 923var projectInfo = ProjectInfo.WithVersion(Version.GetNewerVersion()); 947projectInfo: ProjectInfo.WithVersion(Version.GetNewerVersion()), 958projectInfo: ProjectInfo.WithVersion(Version.GetNewerVersion()), 980projectInfo: ProjectInfo.WithVersion(Version.GetNewerVersion()), 1054projectInfo: 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());