1 write to ContentVersion
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionState.cs (1)
88ContentVersion = solutionStateContentVersion;
3 references to ContentVersion
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\Solution.cs (1)
73internal int SolutionStateContentVersion => this.SolutionState.ContentVersion;
Workspace\Solution\SolutionState.cs (2)
220ContentVersion, 248solutionStateContentVersion == ContentVersion &&