6 references to GetNuGetLogCodes
NuGet.Build.Tasks.Console (1)
MSBuildStaticGraphRestore.cs (1)
375ImmutableArray<NuGetLogCode> noWarn = MSBuildStringUtility.GetNuGetLogCodes(packageReferenceItem.GetProperty("NoWarn"));
NuGet.Commands (2)
RestoreCommand\Utility\MSBuildRestoreUtility.cs (1)
651var noWarn = MSBuildStringUtility.GetNuGetLogCodes(item.GetProperty("NoWarn"));
RestoreCommand\Utility\PackageSpecFactory.cs (1)
812ImmutableArray<NuGetLogCode> noWarn = MSBuildStringUtility.GetNuGetLogCodes(packageReferenceItem.GetMetadata("NoWarn"));
NuGet.ProjectModel (3)
WarningProperties.cs (3)
98return GetWarningProperties(treatWarningsAsErrors, MSBuildStringUtility.GetNuGetLogCodes(warningsAsErrors), MSBuildStringUtility.GetNuGetLogCodes(noWarn), MSBuildStringUtility.GetNuGetLogCodes(warningsNotAsErrors));