2 writes to _contentType
System.Runtime.Remoting (2)
channels\core\basetransportheaders.cs (2)
59set { _contentType = value; } 220case 3: _contentType = (String)value; break;
2 references to _contentType
System.Runtime.Remoting (2)
channels\core\basetransportheaders.cs (2)
58get { return _contentType; } 196case 3: return _contentType;