24 references to NclConstants
System (24)
net\System\Net\_ConnectStream.cs (16)
645m_Connection.Write(NclConstants.ChunkTerminator, 0, NclConstants.ChunkTerminator.Length); 657buffers[++index] = new BufferOffsetSize(NclConstants.CRLF, 0, NclConstants.CRLF.Length, false); 658buffers[++index] = new BufferOffsetSize(NclConstants.ChunkTerminator, 0, NclConstants.ChunkTerminator.Length, false); 980buffers[0] = new BufferOffsetSize(NclConstants.ChunkTerminator, 0, NclConstants.ChunkTerminator.Length, false); 986buffers[2] = new BufferOffsetSize(NclConstants.CRLF, 0, NclConstants.CRLF.Length, false); 2445m_Connection.Write(NclConstants.ChunkTerminator, 0, NclConstants.ChunkTerminator.Length); 2449m_Connection.BeginWrite(NclConstants.ChunkTerminator, 0, NclConstants.ChunkTerminator.Length, new AsyncCallback(ResumeClose_Part2_Wrapper), userResult); 2620m_Connection.Write(NclConstants.ChunkTerminator, 0, NclConstants.ChunkTerminator.Length);
net\System\Net\_ListenerResponseStream.cs (5)
401fixed (void* pBuffer = NclConstants.ChunkTerminator) 408dataChunk.BufferLength = (uint) NclConstants.ChunkTerminator.Length; 549m_DataChunks[2].BufferLength = (uint)NclConstants.CRLF.Length; 551objectsToPin[2] = NclConstants.CRLF; 569m_DataChunks[2].pBuffer = (byte*)(Marshal.UnsafeAddrOfPinnedArrayElement(NclConstants.CRLF, 0));
net\System\Net\HttpWebRequest.cs (2)
2110if (returnResult == NclConstants.Sentinel) 2361object oldResult = Interlocked.CompareExchange(ref m_PendingReturnResult, NclConstants.Sentinel, null);
net\System\Net\Sockets\_BaseOverlappedAsyncResult.cs (1)
671m_PinnedObjectsArray = alreadyTriedCast ? null : NclConstants.EmptyObjectArray;