4 references to s_etwAPIMaxRefObjCount
mscorlib (4)
system\diagnostics\eventing\eventprovider.cs (4)
931
List<int> refObjPosition = new List<int>(
s_etwAPIMaxRefObjCount
);
932
List<object> dataRefObj = new List<object>(
s_etwAPIMaxRefObjCount
);
987
if (!hasNonStringRefArgs && (refObjIndex <
s_etwAPIMaxRefObjCount
))
993
while (refObjIndex <
s_etwAPIMaxRefObjCount
)