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