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