Implemented interface member:
property
FilePath
NuGet.Common.ILogFileContext.FilePath
10 writes to FilePath
NuGet.Build.Tasks (2)
CheckForDuplicateNuGetItemsTask.cs (1)
69FilePath = MSBuildProjectFullPath,
Common\MSBuildLogger.cs (1)
78FilePath = message.ProjectPath,
NuGet.Build.Tasks.Pack (1)
src\nuget-client\src\NuGet.Core\NuGet.Build.Tasks\Common\MSBuildLogger.cs (1)
78FilePath = message.ProjectPath,
NuGet.Commands (6)
RestoreCommand\Diagnostics\DiagnosticUtility.cs (1)
129FilePath = group[0].FilePath,
RestoreCommand\Utility\MSBuildRestoreUtility.cs (2)
419message.FilePath = path; 429message.FilePath = path;
RestoreCommand\Utility\SpecValidationUtility.cs (1)
162logger.Log(new RestoreLogMessage(LogLevel.Error, NuGetLogCode.NU1105, message) { FilePath = spec.FilePath, ProjectPath = spec.FilePath });
Utility\AssetTargetFallbackUtility.cs (1)
35error.FilePath = path;
Utility\Extensions.cs (1)
75FilePath = logMessage.FilePath,
NuGet.PackageManagement (1)
Utility\LogUtility.cs (1)
43FilePath = logMessage.FilePath,
1 reference to FilePath
NuGet.Commands (1)
RestoreCommand\Diagnostics\DiagnosticUtility.cs (1)
129FilePath = group[0].FilePath,