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