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