1 write to _pipeName
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
NamedPipesTransportBenchmark.cs (1)
41_pipeName = "MicrobenchmarksTestPipe-" + Path.GetRandomFileName();
3 references to _pipeName
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (3)
NamedPipesTransportBenchmark.cs (3)
51.UseUrls($"http://pipe:/{_pipeName}") 67var clientStream = CreateClientStream(_pipeName); 105var namedPipeClient = CreateClientStream(_pipeName);