1 write to Version
Microsoft.CodeAnalysis.Features (1)
CodeLens\ReferenceCount.cs (1)
36Version = version;
4 references to Version
Microsoft.CodeAnalysis.Features (3)
CodeLens\ReferenceCount.cs (3)
59&& Version == other.Version; 67hashCode = hashCode * -1521134295 + EqualityComparer<string>.Default.GetHashCode(Version);
Microsoft.VisualStudio.LanguageServices (1)
CodeLens\CodeLensCallbackListener.cs (1)
94if (previousCount.Value.Version == currentProjectVersion.ToString())