2 implementations of IExtensibleDataObject
System.ServiceModel (1)
System\ServiceModel\ComIntegration\PersistStreamTypeWrapper.cs (1)
140public class PersistStreamTypeWrapper : IExtensibleDataObject
System.Web.Extensions (1)
ApplicationServices\ProfilePropertyMetadata.cs (1)
13public class ProfilePropertyMetadata : IExtensibleDataObject
4 references to IExtensibleDataObject
System.Runtime.Serialization (4)
System\Runtime\Serialization\Globals.cs (1)
739typeOfIExtensibleDataObject = typeof(IExtensibleDataObject);
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (1)
173extensionDataProperty = typeof(IExtensibleDataObject).GetProperty("ExtensionData");
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (2)
77extensionDataProperty = typeof(IExtensibleDataObject).GetProperty("ExtensionData"); 929extensionDataSetExplicitMethodInfo = typeof(IExtensibleDataObject).GetMethod(Globals.ExtensionDataSetMethod);