6 references to m_nEntries
Microsoft.Diagnostics.DataContractReader.Legacy (6)
Dbi\DacDbiImpl.cs (6)
3678
if (pArgInfo->
m_nEntries
!= 1)
3679
throw new ArgumentException($"Array type with arg count: {pArgInfo->
m_nEntries
}");
3689
if (pArgInfo->
m_nEntries
!= 1)
3690
throw new ArgumentException($"Pointer or byref type with arg count: {pArgInfo->
m_nEntries
}");
3703
int argCount = pArgInfo->
m_nEntries
;
3717
int argCount = pArgInfo->
m_nEntries
;