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