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