Implemented interface member:
method
GetParameterCount
System.Runtime.Serialization.IGenericNameProvider.GetParameterCount()
2 references to GetParameterCount
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (2)
2380for (int j = 0; j < GetParameterCount(); j++) 2395for (int j = 0; j < GetParameterCount(); j++)