22 references to WCFModelStrings
System.Web.Extensions (22)
Compilation\WCFBuildProvider.cs (2)
359
throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture,
WCFModelStrings
.ReferenceGroup_FailedToGenerateCode, referenceDisplayName, collectedMessages.ToString()));
625
throw new System.IO.FileNotFoundException(String.Format(CultureInfo.CurrentCulture,
WCFModelStrings
.ReferenceGroup_FailedToLoadAssembly, assemblyName));
Compilation\WCFModel\ExternalFile.cs (1)
102
throw new NotSupportedException(String.Format(CultureInfo.CurrentCulture,
WCFModelStrings
.ReferenceGroup_InvalidFileName, value));
Compilation\WCFModel\MapFileLoader.cs (2)
270
WCFModelStrings
.ReferenceGroup_AppendLinePosition,
343
WCFModelStrings
.ReferenceGroup_TwoExternalFilesWithSameName,
Compilation\WCFModel\MetadataFile.cs (1)
362
throw new ArgumentException(
WCFModelStrings
.ReferenceGroup_InvalidSourceId);
Compilation\WCFModel\MetadataSource.cs (4)
72
throw new ArgumentException(
WCFModelStrings
.ReferenceGroup_EmptyProtocol);
76
throw new ArgumentException(
WCFModelStrings
.ReferenceGroup_EmptyAddress);
84
throw new ArgumentException(
WCFModelStrings
.ReferenceGroup_InvalidSourceId);
150
throw new ArgumentException(
WCFModelStrings
.ReferenceGroup_InvalidSourceId);
Compilation\WCFModel\SchemaMerger.cs (2)
165
String.Format(CultureInfo.CurrentCulture,
WCFModelStrings
.ReferenceGroup_DuplicatedSchemaItems, itemTypeName, combinedName.ToString(), schema.SourceUri, originalItem.SourceUri, differentLocation)
179
String.Format(CultureInfo.CurrentCulture,
WCFModelStrings
.ReferenceGroup_DuplicatedSchemaItemsIgnored, itemTypeName, combinedName.ToString(), schema.SourceUri, originalItem.SourceUri, differentLocation)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (5)
567
new FormatException(String.Format(CultureInfo.CurrentCulture,
WCFModelStrings
.ReferenceGroup_SharedTypeMustBePublic, mapping.TypeName)))
583
new FormatException(String.Format(CultureInfo.CurrentCulture,
WCFModelStrings
.ReferenceGroup_ServiceContractMappingMissMatch, mapping.TypeName, contract.Namespace, contract.Name, mapping.TargetNamespace, mapping.Name)))
903
new FormatException(String.Format(CultureInfo.CurrentCulture,
WCFModelStrings
.ReferenceGroup_SharedTypeMustBePublic, referencedType.TypeName)))
934
new Exception(String.Format(CultureInfo.CurrentCulture,
WCFModelStrings
.ReferenceGroup_DataContractExcludedAndIncluded, excludedType.TypeName))));
1205
new FormatException(String.Format(CultureInfo.CurrentCulture,
WCFModelStrings
.ReferenceGroup_SharedTypeMustBePublic, referencedCollectionMapping.TypeName)))
Compilation\WCFModel\WsdlInspector.cs (4)
307
String.Format(CultureInfo.CurrentCulture,
WCFModelStrings
.ReferenceGroup_OperationDefinedInOneOfDuplicatedServiceContract,
327
String.Format(CultureInfo.CurrentCulture,
WCFModelStrings
.ReferenceGroup_OperationDefinedDifferently,
347
String.Format(CultureInfo.CurrentCulture,
WCFModelStrings
.ReferenceGroup_FieldDefinedInOneOfDuplicatedMessage,
367
String.Format(CultureInfo.CurrentCulture,
WCFModelStrings
.ReferenceGroup_FieldDefinedDifferentlyInDuplicatedMessage,
Resources\WCFModelStrings.Designer.cs (1)
42
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Web.Resources.WCFModelStrings", typeof(
WCFModelStrings
).Assembly);