5 references to Parameters
System.Runtime.Serialization (5)
System\Runtime\Serialization\CodeExporter.cs (5)
703
if (genInfo.
Parameters
!= null)
716
if (genInfo.
Parameters
!= null)
718
DataContract[] paramContracts = new DataContract[genInfo.
Parameters
.Count];
719
for (int i = 0; i < genInfo.
Parameters
.Count; i++)
721
GenericInfo paramInfo = genInfo.
Parameters
[i];