2 implementations of GetNestedParameterCounts
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\DataContract.cs (2)
2320
public IList<int>
GetNestedParameterCounts
()
2440
IList<int> IGenericNameProvider.
GetNestedParameterCounts
()
1 reference to GetNestedParameterCounts
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\DataContract.cs (1)
1908
IList<int> nestedParameterCounts = genericNameProvider.
GetNestedParameterCounts
();