8 references to etwAPIMaxStringCount
System.ServiceModel.Internals (8)
System\Runtime\Diagnostics\DiagnosticEventProvider.cs (8)
534
int[] stringPosition = new int[
etwAPIMaxStringCount
];
535
string[] dataString = new string[
etwAPIMaxStringCount
];
558
if (stringIndex <
etwAPIMaxStringCount
)
567
InternalSR.EtwAPIMaxStringCountExceeded(
etwAPIMaxStringCount
)));
761
int[] stringPosition = new int[
etwAPIMaxStringCount
]; //used to keep the position of strings in the eventPayload parameter
762
string[] dataString = new string[
etwAPIMaxStringCount
]; // string arrays from the eventPayload parameter
785
if (stringIndex <
etwAPIMaxStringCount
)
794
InternalSR.EtwAPIMaxStringCountExceeded(
etwAPIMaxStringCount
)));