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