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