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