1 write to Properties
NuGet.Commands (1)
RestoreCommand\Logging\PackageSpecificWarningProperties.cs (1)
81Properties ??= new Dictionary<NuGetLogCode, IDictionary<string, ISet<string>>>();
14 references to Properties
NuGet.Commands (14)
RestoreCommand\Logging\PackageSpecificWarningProperties.cs (6)
83if (!Properties.TryGetValue(code, out IDictionary<string, ISet<string>> frameworksByLibraryId)) 86Properties.Add(code, frameworksByLibraryId); 135return Properties != null && 136Properties.TryGetValue(code, out var libraryIdsAndFrameworks) && 165Properties, 166other.Properties,
RestoreCommand\Logging\TransitiveNoWarnUtils.cs (8)
441if (first.Properties != null) 443foreach (var codePair in first.Properties) 458if (second.Properties != null) 460foreach (var codePair in second.Properties) 541if (packageSpecificWarningProperties?.Properties != null) 545foreach (var codePair in packageSpecificWarningProperties.Properties) 589if (packageSpecificWarningProperties?.Properties != null && framework != null) 593foreach (var codePair in packageSpecificWarningProperties.Properties)