2 references to new
System.Windows.Forms.Common.TestUtilities (2)
TempFile.cs (2)
23public TempFile(string path, long length = 0) : this(path, length > -1 ? new byte[length] : null) 50=> new(GetFilePath(memberName, lineNumber), bytes);