1 write to alwaysEmitTypeInformation
System.ServiceModel.Web (1)
System\ServiceModel\Description\DataContractJsonSerializerOperationBehavior.cs (1)
25
this.
alwaysEmitTypeInformation
= alwaysEmitTypeInformation;
2 references to alwaysEmitTypeInformation
System.ServiceModel.Web (2)
System\ServiceModel\Description\DataContractJsonSerializerOperationBehavior.cs (2)
30
return new DataContractJsonSerializer(type, name, knownTypes, this.MaxItemsInObjectGraph, this.IgnoreExtensionDataObject, this.DataContractSurrogate,
alwaysEmitTypeInformation
);
35
return new DataContractJsonSerializer(type, name, knownTypes, this.MaxItemsInObjectGraph, this.IgnoreExtensionDataObject, this.DataContractSurrogate,
alwaysEmitTypeInformation
);