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