1 instantiation of DataPoint
Microsoft.VisualStudio.LanguageServices.CodeLens (1)
ReferenceCodeLensProvider.cs (1)
79
var dataPoint = new
DataPoint
(
5 references to DataPoint
Microsoft.VisualStudio.LanguageServices.CodeLens (5)
ReferenceCodeLensProvider.cs (5)
48
private readonly Dictionary<Guid, (string version, HashSet<
DataPoint
> dataPoints)> _dataPoints = [];
79
var
dataPoint = new DataPoint(
118
foreach (
var
dataPoint in oldVersionedPoints.dataPoints)
128
private void AddDataPoint(
DataPoint
dataPoint)
139
private void RemoveDataPoint(
DataPoint
dataPoint)