3 references to DebugCheckTable_ValidateCtor
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (3)
119DebugCheckTable_ValidateCtor(s_clientBaseType.GetConstructor(s_ctorBindingFlags, null, s_clientCtorParamTypes[i], null), s_clientCtorParamNames[i]); 125DebugCheckTable_ValidateCtor(s_duplexClientBaseType.GetConstructor(s_ctorBindingFlags, null, duplexCtorTypes1, null), duplexCtorNames); 126DebugCheckTable_ValidateCtor(s_duplexClientBaseType.GetConstructor(s_ctorBindingFlags, null, duplexCtorTypes2, null), duplexCtorNames);