3 references to s_duplexClientBaseType
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (3)
125
DebugCheckTable_ValidateCtor(
s_duplexClientBaseType
.GetConstructor(s_ctorBindingFlags, null, duplexCtorTypes1, null), duplexCtorNames);
126
DebugCheckTable_ValidateCtor(
s_duplexClientBaseType
.GetConstructor(s_ctorBindingFlags, null, duplexCtorTypes2, null), duplexCtorNames);
134
Fx.Assert(
s_duplexClientBaseType
.GetConstructors(s_ctorBindingFlags).Length == s_clientCtorParamTypes.Length * 2, s_debugCheckTable_errorString);