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