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