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