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