1 write to _noWarn
NuGet.LibraryModel (1)
LibraryDependency.cs (1)
29
_noWarn
= value.IsDefault ? ImmutableArray<NuGetLogCode>.Empty : value;
1 reference to _noWarn
NuGet.LibraryModel (1)
LibraryDependency.cs (1)
26
get =>
_noWarn
;