1 implementation of Delete
Microsoft.DotNet.InternalAbstractions (1)
FileWrapper.cs (1)
56public void Delete(string path)
2 references to Delete
dotnet (2)
BuildServer\RazorServer.cs (1)
68_fileSystem.File.Delete(PidFile.Path.Value);
ShellShim\ShellShimRepository.cs (1)
146_fileSystem.File.Delete(value);