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