2 references to _dsrouterAddressFormatWindows
Microsoft.Diagnostics.NETCore.Client (2)
DiagnosticsIpc\IpcTransport.cs (2)
318string dsrouterAddress = Directory.GetFiles(searchDirectory, string.Format(_dsrouterAddressFormatWindows, pid)).FirstOrDefault(); 560string dsrouterAddress = string.Format(_dsrouterAddressFormatWindows, pid);