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