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