2 writes to m_normalizedPipePath
System.Core (2)
System\IO\Pipes\Pipe.cs (2)
1045
m_normalizedPipePath
= Path.GetFullPath(@"\\" + serverName + @"\pipe\" + pipeName);
1097
m_normalizedPipePath
= Path.GetFullPath(@"\\" + serverName + @"\pipe\" + pipeName);
6 references to m_normalizedPipePath
System.Core (6)
System\IO\Pipes\Pipe.cs (6)
1047
if (String.Compare(
m_normalizedPipePath
, @"\\.\pipe\anonymous", StringComparison.OrdinalIgnoreCase) == 0) {
1099
if (String.Compare(
m_normalizedPipePath
, @"\\.\pipe\anonymous", StringComparison.OrdinalIgnoreCase) == 0) {
1188
if (!UnsafeNativeMethods.WaitNamedPipe(
m_normalizedPipePath
, timeout - elapsed)) {
1206
SafePipeHandle handle = UnsafeNativeMethods.CreateNamedPipeClient(
m_normalizedPipePath
,
1305
if (!UnsafeNativeMethods.WaitNamedPipe(
m_normalizedPipePath
, waitTime)) {
1331
SafePipeHandle handle = UnsafeNativeMethods.CreateNamedPipeClient(
m_normalizedPipePath
,