5 references to EtwAPIMaxRefObjCount
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventProvider.cs (5)
481Debug.Assert(EtwAPIMaxRefObjCount == 8, $"{nameof(EtwAPIMaxRefObjCount)} must equal the number of fields in {nameof(EightObjects)}"); 483Span<int> refObjPosition = stackalloc int[EtwAPIMaxRefObjCount]; 554if (!hasNonStringRefArgs && (refObjIndex <= EtwAPIMaxRefObjCount)) 560while (refObjIndex < EtwAPIMaxRefObjCount)