5 references to AppendAllText
Microsoft.Build.Tasks.Core (1)
FileIO\WriteLinesToFile.cs (1)
147
System.IO.File.
AppendAllText
(File.ItemSpec, buffer.ToString(), encoding);
Microsoft.Build.Utilities.Core (3)
ToolTask.cs (3)
1426
File.
AppendAllText
(_temporaryBatchFile, AdjustCommandsForOperatingSystem(commandLineCommands), EncodingUtilities.CurrentSystemOemEncoding);
1448
File.
AppendAllText
(_temporaryBatchFile,
1454
File.
AppendAllText
(_temporaryBatchFile, commandLineCommands, encoding);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\File.cs (1)
948
=>
AppendAllText
(path, contents, UTF8NoBOM);