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