6 references to m_nEntries
Microsoft.Diagnostics.DataContractReader.Legacy (6)
Dbi\DacDbiImpl.cs (6)
2766
if (pArgInfo->
m_nEntries
!= 1)
2767
throw new ArgumentException($"Array type with arg count: {pArgInfo->
m_nEntries
}");
2776
if (pArgInfo->
m_nEntries
!= 1)
2777
throw new ArgumentException($"Pointer or byref type with arg count: {pArgInfo->
m_nEntries
}");
2789
int argCount = pArgInfo->
m_nEntries
;
2802
int argCount = pArgInfo->
m_nEntries
;