4 references to s_etwAPIMaxStringCount
System.Core (4)
System\Diagnostics\Eventing\EventProvider.cs (4)
671
int[] stringPosition = new int[
s_etwAPIMaxStringCount
]; //used to keep the position of strings in the eventPayload parameter
672
string[] dataString = new string[
s_etwAPIMaxStringCount
]; // string arrays from the eventPayload parameter
693
if (stringIndex <
s_etwAPIMaxStringCount
)
702
SR.GetString(SR.ArgumentOutOfRange_MaxStringsExceeded,
s_etwAPIMaxStringCount
));