Skip to content

Commit cfb9e01

Browse files
committed
Try again to fix warnings
1 parent 0e78c7b commit cfb9e01

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

xml/System.Collections.Frozen/FrozenDictionary.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<summary>Creates a <see cref="T:System.Collections.Frozen.FrozenDictionary`2" /> with the specified key/value pairs.</summary>
7878
<returns>A <see cref="T:System.Collections.Frozen.FrozenDictionary`2" /> that contains the specified keys and values.</returns>
7979
<remarks>
80-
<para>If the same key appears multiple times in the input, the latter one in the sequence takes precedence. This differs from <see cref="M:System.Linq.Enumerable.ToDictionary``2" />, with which multiple duplicate keys will result in an exception.</para>
80+
<para>If the same key appears multiple times in the input, the latter one in the sequence takes precedence. This differs from <see cref="Overload:System.Linq.Enumerable.ToDictionary" />, with which multiple duplicate keys will result in an exception.</para>
8181
</remarks>
8282
</Docs>
8383
</Member>
@@ -141,7 +141,7 @@
141141
<summary>Creates a <see cref="T:System.Collections.Frozen.FrozenDictionary`2" /> with the specified key/value pairs.</summary>
142142
<returns>A <see cref="T:System.Collections.Frozen.FrozenDictionary`2" /> that contains the specified keys and values.</returns>
143143
<remarks>
144-
<para>If the same key appears multiple times in the input, the latter one in the sequence takes precedence. This differs from <see cref="M:System.Linq.Enumerable.ToDictionary``2" />, with which multiple duplicate keys will result in an exception.</para>
144+
<para>If the same key appears multiple times in the input, the latter one in the sequence takes precedence. This differs from <see cref="Overload:System.Linq.Enumerable.ToDictionary" />, with which multiple duplicate keys will result in an exception.</para>
145145
</remarks>
146146
</Docs>
147147
</Member>

xml/System.Net.WebSockets/WebSocketStream.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
</Parameters>
208208
<Docs>
209209
<param name="webSocket">The wrapped <see cref="P:System.Net.WebSockets.WebSocketStream.WebSocket" />.</param>
210-
<param name="writeMessageType">The type of messages that should be written as part of <see cref="M:System.IO.Stream.WriteAsync" /> calls. Each write produces a message.</param>
210+
<param name="writeMessageType">The type of messages that should be written as part of <see cref="Overload:System.IO.Stream.WriteAsync" /> calls. Each write produces a message.</param>
211211
<param name="ownsWebSocket">
212212
<see langword="true" /> if disposing the <see cref="T:System.IO.Stream" /> should close the underlying <see cref="P:System.Net.WebSockets.WebSocketStream.WebSocket" />; otherwise, <see langword="false" />. Defaults to <see langword="false" />.</param>
213213
<summary>Creates a <see cref="T:System.Net.WebSockets.WebSocketStream" /> that delegates to a wrapped <see cref="P:System.Net.WebSockets.WebSocketStream.WebSocket" />.</summary>
@@ -237,7 +237,7 @@
237237
</Parameters>
238238
<Docs>
239239
<param name="webSocket">The wrapped <see cref="P:System.Net.WebSockets.WebSocketStream.WebSocket" />.</param>
240-
<param name="writeMessageType">The type of messages that should be written as part of <see cref="M:System.IO.Stream.WriteAsync" /> calls. Each write produces a message.</param>
240+
<param name="writeMessageType">The type of messages that should be written as part of <see cref="Overload:System.IO.Stream.WriteAsync" /> calls. Each write produces a message.</param>
241241
<param name="closeTimeout">The amount of time that disposing the <see cref="T:System.Net.WebSockets.WebSocketStream" /> will wait for a graceful closing of the <see cref="P:System.Net.WebSockets.WebSocketStream.WebSocket" />'s output.</param>
242242
<summary>Creates a <see cref="T:System.Net.WebSockets.WebSocketStream" /> that delegates to a wrapped <see cref="P:System.Net.WebSockets.WebSocketStream.WebSocket" />.</summary>
243243
<returns>A new instance of <see cref="T:System.Net.WebSockets.WebSocketStream" /> that forwards reads and writes on the <see cref="T:System.IO.Stream" /> to the underlying <see cref="P:System.Net.WebSockets.WebSocketStream.WebSocket" />.</returns>
@@ -293,7 +293,7 @@
293293
<Docs>
294294
<param name="webSocket">The wrapped <see cref="P:System.Net.WebSockets.WebSocketStream.WebSocket" />.</param>
295295
<param name="writeMessageType">
296-
<para>The type of messages that should be written as part of <see cref="M:System.IO.Stream.WriteAsync" /> calls.</para>
296+
<para>The type of messages that should be written as part of <see cref="Overload:System.IO.Stream.WriteAsync" /> calls.</para>
297297
<para>Each write on the <see cref="T:System.IO.Stream" /> results in writing a partial message to the underlying <see cref="P:System.Net.WebSockets.WebSocketStream.WebSocket" />.</para>
298298
<para>When the <see cref="T:System.IO.Stream" /> is disposed, it will write an empty message to the underlying <see cref="P:System.Net.WebSockets.WebSocketStream.WebSocket" /> to signal the end of the message.</para>
299299
</param>

xml/System.Security.Cryptography.X509Certificates/X500DistinguishedName.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@
194194
<param name="encodedDistinguishedName">The encoded distinguished name.</param>
195195
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X500DistinguishedName" /> class using information from the provided data.</summary>
196196
<remarks>To be added.</remarks>
197-
<seealso cref="M:System.Security.Cryptography.X509Certificates.OpenSslX509Encoder.X500DistinguishedNameEncode" />
198197
</Docs>
199198
</Member>
200199
<Member MemberName=".ctor">

0 commit comments

Comments
 (0)