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