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