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