1 write to Dimensions
Microsoft.NET.ProjectData (1)
Model\ProjectDataSnapshot.cs (1)
24 this.Dimensions = dimensions;
3 references to Dimensions
Microsoft.NET.ProjectData (3)
Model\ProjectDataSnapshotFactory.cs (3)
108 string sliceLabel = snapshot.Dimensions.TryGetValue(ProjectProperties.TargetFramework, out string? tf) ? tf : "default"; 118 string sliceLabel = snapshot.Dimensions.TryGetValue(ProjectProperties.TargetFramework, out string? tf) ? tf : "default"; 192 dimensions: tfmSlice.Dimensions,