2 writes to FileNameFullPath
Microsoft.Build.Tasks.Core (2)
Copy.cs (2)
1098source.FileNameFullPath = Path.GetFullPath(source.Name); 1099destination.FileNameFullPath = Path.GetFullPath(destination.Name);
16 references to FileNameFullPath
Microsoft.Build.Tasks.Core (16)
Copy.cs (16)
312Log.LogError(FileComment, sourceFileState.FileNameFullPath, destinationFileState.FileNameFullPath); 341Log.LogMessage(MessageImportance.Normal, RetryingAsSymbolicLink, sourceFileState.FileNameFullPath, destinationFileState.FileNameFullPath, errorMessage); 345Log.LogMessage(MessageImportance.Normal, RetryingAsFileCopy, sourceFileState.FileNameFullPath, destinationFileState.FileNameFullPath, errorMessage); 361Log.LogMessage(MessageImportance.Normal, RetryingAsFileCopy, sourceFileState.FileNameFullPath, destinationFileState.FileNameFullPath, errorMessage); 367Log.LogErrorWithCodeFromResources("Copy.LinkFailed", sourceFileState.FileNameFullPath, destinationFileState.FileNameFullPath); 376Log.LogMessage(MessageImportance.Normal, FileComment, sourceFileState.FileNameFullPath, destinationFileState.FileNameFullPath); 399Log.LogMessage(MessageImportance.Normal, linkComment, sourceFileState.FileNameFullPath, destinationFileState.FileNameFullPath); 1100return string.Equals(source.FileNameFullPath, destination.FileNameFullPath, FileUtilities.PathComparison);