[bcl] Add missing APIs for netstandard parity and expose a few APIs on mobile
[mono.git] / mcs / class / System.Runtime.Serialization / ReferenceSources / SchemaExporter_mobile.cs
index aa55440219971bb1f2468dc81f519df93cb49797..19da4ee2235bf1c77971ebe32cb77cf6e94aa002 100644 (file)
@@ -10,7 +10,6 @@ namespace System.Runtime.Serialization
        using System.IO;
        using System.Reflection;
        using System.Runtime.Diagnostics;
-       using System.ServiceModel.Diagnostics;
        using System.Security;
        using System.Xml;
        using System.Xml.Schema;
@@ -56,6 +55,11 @@ namespace System.Runtime.Serialization
             return false;
         }
 
+        internal static void AddDefaultXmlType(XmlSchemaSet schemas, string localName, string ns)
+        {
+            throw new NotImplementedException();
+        }
+
         static bool InvokeSchemaProviderMethod(Type clrType, XmlSchemaSet schemas, out XmlQualifiedName stableName, out XmlSchemaType xsdType, out bool hasRoot)
         {
             xsdType = null;