24 references to AppendAllText
IIS.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
225File.AppendAllText(
IIS.LongTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
225File.AppendAllText(
IIS.NewHandler.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
225File.AppendAllText(
IIS.NewShim.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
225File.AppendAllText(
IIS.ShadowCopy.Tests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
225File.AppendAllText(
IISExpress.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
225File.AppendAllText(
Microsoft.Build (3)
Evaluation\Expander\WellKnownFunctions.cs (1)
44File.AppendAllText(logFile, $"ReceiverType={receiverType?.FullName}; ObjectInstanceType={objectInstance?.GetType().FullName}; MethodName={methodName}({argSignature})\n");
PrintLineDebuggerWriters.cs (2)
28File.AppendAllText(file, CsvFormat(string.Empty, callsite, args)); 33File.AppendAllText(errorFile, $"{SimpleFormat(id, callsite, args)}\n{e.Message}\n{e.StackTrace}");
Microsoft.Build.BuildCheck.UnitTests (1)
EndToEndTests.cs (1)
513File.AppendAllText(editorconfigFile.Path, editorConfigChange);
Microsoft.Build.Engine.OM.UnitTests (2)
PrintLineDebuggerWriters.cs (2)
28File.AppendAllText(file, CsvFormat(string.Empty, callsite, args)); 33File.AppendAllText(errorFile, $"{SimpleFormat(id, callsite, args)}\n{e.Message}\n{e.StackTrace}");
Microsoft.Build.Engine.UnitTests (1)
FileMatcher_Tests.cs (1)
1262File.AppendAllText(workingPathSubdirBing, "y");
Microsoft.Build.Tasks.Core (2)
PrintLineDebuggerWriters.cs (2)
28File.AppendAllText(file, CsvFormat(string.Empty, callsite, args)); 33File.AppendAllText(errorFile, $"{SimpleFormat(id, callsite, args)}\n{e.Message}\n{e.StackTrace}");
Microsoft.Build.Utilities.Core (3)
PrintLineDebuggerWriters.cs (2)
28File.AppendAllText(file, CsvFormat(string.Empty, callsite, args)); 33File.AppendAllText(errorFile, $"{SimpleFormat(id, callsite, args)}\n{e.Message}\n{e.StackTrace}");
ToolTask.cs (1)
1424File.AppendAllText(_temporaryBatchFile, "#!/bin/sh\n"); // first line for UNIX is ANSI
Microsoft.CodeAnalysis.Test.Utilities (1)
Assert\AssertEx.cs (1)
848File.AppendAllText(actualFile, actualString);
MSBuild (2)
PrintLineDebuggerWriters.cs (2)
28File.AppendAllText(file, CsvFormat(string.Empty, callsite, args)); 33File.AppendAllText(errorFile, $"{SimpleFormat(id, callsite, args)}\n{e.Message}\n{e.StackTrace}");
Roslyn.Test.Performance.Utilities (1)
Logger.cs (1)
58File.AppendAllText(_file, _buffer.ToString());
System.Diagnostics.TraceSource (1)
System\Diagnostics\DefaultTraceListener.cs (1)
165File.AppendAllText(LogFileName!, message);
System.Windows.Forms.Primitives.TestUtilities (1)
Metafiles\EmfValidateHelper.cs (1)
32File.AppendAllText(@$"c:\temp\{methodName}.md", sb.ToString());