2 writes to FileNameFullPath
Microsoft.Build.Tasks.Core (2)
Copy.cs (2)
1043source.FileNameFullPath = Path.GetFullPath(source.Name); 1044destination.FileNameFullPath = Path.GetFullPath(destination.Name);
16 references to FileNameFullPath
Microsoft.Build.Tasks.Core (16)
Copy.cs (16)
281Log.LogError(FileComment, sourceFileState.FileNameFullPath, destinationFileState.FileNameFullPath); 310Log.LogMessage(MessageImportance.Normal, RetryingAsSymbolicLink, sourceFileState.FileNameFullPath, destinationFileState.FileNameFullPath, errorMessage); 314Log.LogMessage(MessageImportance.Normal, RetryingAsFileCopy, sourceFileState.FileNameFullPath, destinationFileState.FileNameFullPath, errorMessage); 330Log.LogMessage(MessageImportance.Normal, RetryingAsFileCopy, sourceFileState.FileNameFullPath, destinationFileState.FileNameFullPath, errorMessage); 336Log.LogErrorWithCodeFromResources("Copy.LinkFailed", sourceFileState.FileNameFullPath, destinationFileState.FileNameFullPath); 345Log.LogMessage(MessageImportance.Normal, FileComment, sourceFileState.FileNameFullPath, destinationFileState.FileNameFullPath); 368Log.LogMessage(MessageImportance.Normal, linkComment, sourceFileState.FileNameFullPath, destinationFileState.FileNameFullPath); 1045return string.Equals(source.FileNameFullPath, destination.FileNameFullPath, FileUtilities.PathComparison);