5 references to Parameters
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (5)
701if (genInfo.Parameters != null) 714if (genInfo.Parameters != null) 716DataContract[] paramContracts = new DataContract[genInfo.Parameters.Count]; 717for (int i = 0; i < genInfo.Parameters.Count; i++) 719GenericInfo paramInfo = genInfo.Parameters[i];