Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.Xml / System / Xml / Schema / XmlSchemaDataType.cs
index 164891340ecbbc0b964db54a1881c5a3798bef4b..28bd99b2d0e6a8a312606a06a69c0db54d646535 100644 (file)
@@ -2,7 +2,7 @@
 // <copyright file="XmlSchemaDatatype.cs" company="Microsoft">
 //     Copyright (c) Microsoft Corporation.  All rights reserved.
 // </copyright> 
-// <owner current="true" primary="true">[....]</owner>                                                               
+// <owner current="true" primary="true">Microsoft</owner>                                                               
 //------------------------------------------------------------------------------
 using System.Collections;
 using System.Diagnostics;
@@ -337,7 +337,7 @@ namespace System.Xml.Schema {
             return canonicalUri;
         }
 
-#if PRIYAL
+#if Microsoft
         private bool CanConvert(object value, System.Type inputType, System.Type defaultType, out string resId) {
             resId = null;
             decimal decimalValue;