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