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