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