1 write to Count
Microsoft.CodeAnalysis.Features (1)
CodeLens\ReferenceCount.cs (1)
34Count = count;
7 references to Count
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
CodeLens\AbstractCodeLensTest.cs (1)
40Assert.Equal(expected, result.Value.Count);
Microsoft.CodeAnalysis.Features (5)
CodeLens\ReferenceCount.cs (5)
57return Count == other.Count 65hashCode = hashCode * -1521134295 + Count.GetHashCode(); 73var referenceWord = Count == 1 84private string GetCappedReferenceCountString() => $"{Count}{(IsCapped ? "+" : string.Empty)}";
Microsoft.VisualStudio.LanguageServices.CodeLens (1)
ReferenceCodeLensProvider.cs (1)
215IntValue = referenceCount.Count,