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