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