1 instantiation of DataPoint
Microsoft.VisualStudio.LanguageServices.CodeLens (1)
ReferenceCodeLensProvider.cs (1)
77
var dataPoint = new
DataPoint
(
6 references to DataPoint
Microsoft.VisualStudio.LanguageServices.CodeLens (6)
ReferenceCodeLensProvider.cs (6)
46
private readonly Dictionary<Guid, (string version, HashSet<
DataPoint
> dataPoints)> _dataPoints = new();
77
var
dataPoint = new DataPoint(
116
foreach (
var
dataPoint in oldVersionedPoints.dataPoints)
126
private void AddDataPoint(
DataPoint
dataPoint)
130
var versionedPoints = _dataPoints.GetOrAdd(dataPoint.Descriptor.ProjectGuid, _ => (version: VersionStamp.Default.ToString(), dataPoints: new HashSet<
DataPoint
>()));
137
private void RemoveDataPoint(
DataPoint
dataPoint)