3 references to IncludeTraceHeader
System.Data (3)
fx\src\data\System\Data\SqlClient\TdsParser.cs (3)
9762Debug.Assert(this.IncludeTraceHeader, "WriteTraceHeaderData can only be called on a Denali or higher version server and bid trace with the control bit are on"); 9800int totalHeaderLength = this.IncludeTraceHeader ? (4 + marsHeaderSize + notificationHeaderSize + traceHeaderSize) : (4 + marsHeaderSize + notificationHeaderSize); 9817if (IncludeTraceHeader) {