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