1 write to @TypeName
System.Web.Extensions (1)
Compilation\XmlSerializer\SvcMapFileSerializer.cs (1)
1082o.@TypeName = Reader.Value;
4 references to @TypeName
System.Web.Extensions (4)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (3)
558Type sharedType = typeLoader.LoadType(mapping.TypeName); 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)))
Compilation\XmlSerializer\SvcMapFileSerializer.cs (1)
280WriteAttribute(@"TypeName", @"", ((global::System.String)o.@TypeName));