3 references to Errors
System.ServiceModel (2)
System\ServiceModel\Description\OperationGenerator.cs (2)
932
parent.Context.Contract.ServiceContractGenerator.
Errors
.Add(new MetadataConversionError(SR.GetString(SR.SFxCannotImportAsParameters_HeadersAreIgnoredInEncoded, parent.Request.MessageName), true/*isWarning*/));
941
parent.Context.Contract.ServiceContractGenerator.
Errors
.Add(new MetadataConversionError(SR.GetString(SR.SFxCannotImportAsParameters_HeadersAreIgnoredInEncoded, parent.Response.MessageName), true/*isWarning*/));
System.Web.Extensions (1)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (1)
692
foreach (MetadataConversionError error in contractGenerator.
Errors
)