4 instantiations of WarningPropertiesCollection
NuGet.Commands (4)
RestoreCommand\Logging\RestoreCollectorLogger.cs (1)
70
ProjectWarningPropertiesCollection = new
WarningPropertiesCollection
(
RestoreCommand\Logging\TransitiveNoWarnUtils.cs (3)
33
var parentWarningProperties = new
WarningPropertiesCollection
(
69
return new
WarningPropertiesCollection
(
252
collection = new
WarningPropertiesCollection
(
17 references to WarningPropertiesCollection
NuGet.Commands (17)
PackCollectorLogger.cs (2)
86
if (
WarningPropertiesCollection
.ApplyProjectWideNoWarnProperties(message, warningProperties: WarningProperties))
114
WarningPropertiesCollection
.ApplyProjectWideWarningsAsErrorProperties(message, WarningProperties);
RestoreCommand\Logging\RestoreCollectorLogger.cs (3)
26
private
WarningPropertiesCollection
_transitiveWarningPropertiesCollection;
34
internal
WarningPropertiesCollection
ProjectWarningPropertiesCollection { get; set; }
36
internal
WarningPropertiesCollection
TransitiveWarningPropertiesCollection
RestoreCommand\Logging\TransitiveNoWarnUtils.cs (9)
27
public static
WarningPropertiesCollection
CreateTransitiveWarningPropertiesCollection(
33
var
parentWarningProperties = new WarningPropertiesCollection(
41
var warningPropertiesCache = new Dictionary<string, Dictionary<string,
WarningPropertiesCollection
>>(
89
Dictionary<string, Dictionary<string,
WarningPropertiesCollection
>> warningPropertiesCache)
107
WarningPropertiesCollection
nodeWarningProperties = null;
235
private static
WarningPropertiesCollection
GetNodeWarningProperties(
238
Dictionary<string, Dictionary<string,
WarningPropertiesCollection
>> warningPropertiesCache)
245
= new Dictionary<string,
WarningPropertiesCollection
>(StringComparer.OrdinalIgnoreCase);
250
if (!frameworkCollection.TryGetValue(framework, out
var
collection))
RestoreCommand\Logging\WarningPropertiesCollection.cs (3)
21
internal class WarningPropertiesCollection : IEquatable<
WarningPropertiesCollection
>
197
return Equals(obj as
WarningPropertiesCollection
);
200
public bool Equals(
WarningPropertiesCollection
other)