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