Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.Web.Services / System / Web / Services / Protocols / LogicalMethodInfo.cs
index 1b21ea69dcda907c62e1607ef2ff26d3126bb4d4..1e3cb1b68c44fa5a8375319b18e99fd0f1541846 100644 (file)
@@ -20,7 +20,7 @@ namespace System.Web.Services.Protocols {
     ///    <para>[To be supplied.]</para>
     /// </devdoc>
     public enum LogicalMethodTypes {
-        /// <include file='doc\LogicalMethodInfo.uex' path='docs/doc[@for="LogicalMethodTypes.[....]"]/*' />
+        /// <include file='doc\LogicalMethodInfo.uex' path='docs/doc[@for="LogicalMethodTypes.Sync"]/*' />
         /// <devdoc>
         ///    <para>[To be supplied.]</para>
         /// </devdoc>
@@ -362,7 +362,7 @@ namespace System.Web.Services.Protocols {
         ///    <para>[To be supplied.]</para>
         /// </devdoc>
         public ICustomAttributeProvider CustomAttributeProvider {
-            // Custom attributes are always on the XXX ([....]) or BeginXXX (async) method.
+            // Custom attributes are always on the XXX (sync) or BeginXXX (async) method.
             get { return methodInfo; }
         }