4 references to MethodName
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (4)
361
if (!string.IsNullOrEmpty(knownTypeAttribute.
MethodName
))
370
MethodInfo method = type.GetRuntimeMethod(knownTypeAttribute.
MethodName
, s_knownTypesMethodParamType);
372
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRServiceModel.SFxKnownTypeAttributeUnknownMethod3, provider, knownTypeAttribute.
MethodName
, type.FullName)));
375
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRServiceModel.SFxKnownTypeAttributeReturnType3, provider, knownTypeAttribute.
MethodName
, type.FullName)));