3 references to WriteAllBytes
InteractiveHost.UnitTests (1)
InteractiveHostDesktopTests.cs (1)
378
File.
WriteAllBytes
(c.Path, [1, 2, 3]);
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\TraceLog.cs (1)
84
File.
WriteAllBytes
(path, [.. bytes]);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\File.cs (1)
740
WriteAllBytes
(path, new ReadOnlySpan<byte>(bytes));