1 implementation of FilePath
NuGet.ProjectModel (1)
LockFile\AssetsLogMessage.cs (1)
43public string FilePath { get; set; }
8 references to FilePath
NuGet.Commands (1)
Utility\Extensions.cs (1)
75FilePath = logMessage.FilePath,
NuGet.PackageManagement (1)
Utility\LogUtility.cs (1)
43FilePath = logMessage.FilePath,
NuGet.ProjectModel (6)
_generated\5\CacheFileSourceGen.IAssetsLogMessage.g.cs (2)
160Getter = static obj => ((global::NuGet.ProjectModel.IAssetsLogMessage)obj).FilePath, 316writer.WriteString(PropName_FilePath, ((global::NuGet.ProjectModel.IAssetsLogMessage)value).FilePath);
LockFile\AssetsLogMessage.cs (1)
149StringComparer.Ordinal.Equals(FilePath, other.FilePath) &&
LockFile\LockFileFormat.cs (3)
306if (logMessage.FilePath != null && 307(projectPath == null || !PathUtility.GetStringComparerBasedOnOS().Equals(logMessage.FilePath, projectPath))) 312writer.WriteValue(logMessage.FilePath);