2 writes to MethodName
System.ServiceModel.Primitives (2)
System\ServiceModel\ServiceKnownTypeAttribute.cs (2)
25MethodName = methodName; 30MethodName = methodName;
4 references to MethodName
System.ServiceModel.Primitives (4)
System\ServiceModel\Description\TypeLoader.cs (4)
365if (!string.IsNullOrEmpty(knownTypeAttribute.MethodName)) 376MethodInfo method = type.GetRuntimeMethod(knownTypeAttribute.MethodName, s_knownTypesMethodParamType); 379throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SRP.Format(SRP.SFxKnownTypeAttributeUnknownMethod3, provider, knownTypeAttribute.MethodName, type.FullName))); 384throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SRP.Format(SRP.SFxKnownTypeAttributeReturnType3, provider, knownTypeAttribute.MethodName, type.FullName)));