1 write to @TypeName
System.Web.Extensions (1)
Compilation\XmlSerializer\SvcMapFileSerializer.cs (1)
1128o.@TypeName = Reader.Value;
5 references to @TypeName
System.Web.Extensions (5)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (4)
894Type sharedType = typeLoader.LoadType(referencedType.TypeName); 903new FormatException(String.Format(CultureInfo.CurrentCulture, WCFModelStrings.ReferenceGroup_SharedTypeMustBePublic, referencedType.TypeName))) 924Type sharedType = typeLoader.LoadType(excludedType.TypeName); 934new Exception(String.Format(CultureInfo.CurrentCulture, WCFModelStrings.ReferenceGroup_DataContractExcludedAndIncluded, excludedType.TypeName))));
Compilation\XmlSerializer\SvcMapFileSerializer.cs (1)
299WriteAttribute(@"TypeName", @"", ((global::System.String)o.@TypeName));