8 writes to RestoreAuditProperties
NuGet.Build.Tasks.Console (2)
MSBuildStaticGraphRestore.cs (2)
1038RestoreAuditProperties = auditProperties, 1062RestoreAuditProperties = auditProperties
NuGet.Commands (4)
RestoreCommand\Utility\MSBuildRestoreUtility.cs (2)
268result.RestoreMetadata.RestoreAuditProperties = GetRestoreAuditProperties(specItem, items, GetAuditSuppressions(items)); 286pcRestoreMetadata.RestoreAuditProperties = GetRestoreAuditProperties(specItem, items, GetAuditSuppressions(items));
RestoreCommand\Utility\PackageSpecFactory.cs (2)
301RestoreAuditProperties = auditProperties, 322RestoreAuditProperties = auditProperties
NuGet.ProjectModel (2)
JsonPackageSpecReader.Utf8JsonStreamReader.cs (1)
1066msbuildMetadata.RestoreAuditProperties = auditProperties;
ProjectRestoreMetadata.cs (1)
291clone.RestoreAuditProperties = RestoreAuditProperties?.Clone();
9 references to RestoreAuditProperties
NuGet.CommandLine.XPlat (2)
Commands\Package\Update\PackageUpdateCommandRunner.cs (2)
703bool.TryParse(projectSpec?.RestoreMetadata?.RestoreAuditProperties?.EnableAudit, out bool result) 708string.Equals(projectSpec?.RestoreMetadata?.RestoreAuditProperties?.AuditMode, "all", StringComparison.OrdinalIgnoreCase);
NuGet.Commands (2)
RestoreCommand\RestoreCommand.cs (2)
206_request.Project.RestoreMetadata?.RestoreAuditProperties, 792_request.Project.RestoreMetadata.RestoreAuditProperties,
NuGet.ProjectModel (5)
PackageSpecWriter.cs (1)
138WriteNuGetAuditProperties(writer, msbuildMetadata.RestoreAuditProperties);
ProjectRestoreMetadata.cs (4)
187hashCode.AddObject(RestoreAuditProperties); 237RestoreAuditProperties == other.RestoreAuditProperties && 291clone.RestoreAuditProperties = RestoreAuditProperties?.Clone();