1 write to Properties
NuGet.Commands (1)
PackCommand\Logging\PackageSpecificWarningProperties.cs (1)
60Properties ??= new Dictionary<NuGetLogCode, IDictionary<string, ISet<NuGetFramework>>>();
4 references to Properties
NuGet.Commands (4)
PackCommand\Logging\PackageSpecificWarningProperties.cs (4)
62if (!Properties.TryGetValue(code, out IDictionary<string, ISet<NuGetFramework>> frameworksByLibraryId)) 65Properties.Add(code, frameworksByLibraryId); 86return Properties != null && 87Properties.TryGetValue(code, out var libraryIdsAndFrameworks) &&