6 references to m_nEntries
Microsoft.Diagnostics.DataContractReader.Legacy (6)
Dbi\DacDbiImpl.cs (6)
2409if (pArgInfo->m_nEntries != 1) 2410throw new ArgumentException($"Array type with arg count: {pArgInfo->m_nEntries}"); 2419if (pArgInfo->m_nEntries != 1) 2420throw new ArgumentException($"Pointer or byref type with arg count: {pArgInfo->m_nEntries}"); 2432int argCount = pArgInfo->m_nEntries; 2445int argCount = pArgInfo->m_nEntries;