2 writes to Path
System.Private.Windows.Core.TestUtilities (2)
TempFile.cs (2)
31
Path
= path;
41
Path
= path;
3 references to Path
System.Private.Windows.Core.TestUtilities (3)
TempFile.cs (3)
66
public void AssertExists() => Assert.True(File.Exists(
Path
));
68
public string ReadAllText() => File.ReadAllText(
Path
);
79
{ File.Delete(
Path
); }