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