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