5 references to AppendAllText
Microsoft.Build.Tasks.Core (1)
FileIO\WriteLinesToFile.cs (1)
252
System.IO.File.
AppendAllText
(filePath, contentsAsString, encoding);
Microsoft.Build.Utilities.Core (3)
ToolTask.cs (3)
1528
File.
AppendAllText
(_temporaryBatchFile, AdjustCommandsForOperatingSystem(commandLineCommands), EncodingUtilities.CurrentSystemOemEncoding);
1550
File.
AppendAllText
(_temporaryBatchFile,
1556
File.
AppendAllText
(_temporaryBatchFile, commandLineCommands, encoding);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\File.cs (1)
975
=>
AppendAllText
(path, contents, UTF8NoBOM);