3 references to TypeOfIExtensibleDataObject
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (3)
845if (!Globals.TypeOfIExtensibleDataObject.IsAssignableFrom(actualType)) 1024type.BaseTypes.Add(DataContract.GetClrTypeFullName(Globals.TypeOfIExtensibleDataObject)); 1683extensionDataObjectProperty.ImplementationTypes.Add(Globals.TypeOfIExtensibleDataObject);