1 write to m_InOpaqueMode
System (1)
net\System\Net\_ListenerResponseStream.cs (1)
461
m_InOpaqueMode
= true;
2 references to m_InOpaqueMode
System (2)
net\System\Net\_ListenerResponseStream.cs (2)
361
if (!
m_InOpaqueMode
)
387
if (m_LeftToWrite>0 && !
m_InOpaqueMode
) {