Skip to content

Commit 8403c16

Browse files
authored
update msdn links (#3942)
1 parent 0d8c72c commit 8403c16

File tree

101 files changed

+435
-441
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+435
-441
lines changed

xml/Microsoft.Build.Tasks/ResolveAssemblyReference.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</Base>
2323
<Interfaces />
2424
<Docs>
25-
<summary>Implements the <c>ResolveAssemblyReference</c> task. Use the <c>ResolveAssemblyReference</c> element in your project file to create and execute this task. For usage and parameter information, see [ResolveAssemblyReference Task](https://msdn.microsoft.com/library/4d56d848-b29b-4dff-86a2-0a96c9e4a170).</summary>
25+
<summary>Implements the <c>ResolveAssemblyReference</c> task. Use the <c>ResolveAssemblyReference</c> element in your project file to create and execute this task. For usage and parameter information, see [ResolveAssemblyReference Task](/visualstudio/msbuild/resolveassemblyreference-task).</summary>
2626
<remarks>To be added.</remarks>
2727
<forInternalUseOnly />
2828
</Docs>

xml/System.Collections.Concurrent/ConcurrentDictionary`2.xml

Lines changed: 48 additions & 48 deletions
Large diffs are not rendered by default.

xml/System.Collections.Concurrent/OrderablePartitioner`1.xml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
]]></format>
5353
</remarks>
5454
<threadsafe>All public members of <see cref="T:System.Collections.Concurrent.OrderablePartitioner`1" /> are thread-safe and may be called from multiple threads concurrently.</threadsafe>
55-
<related type="Article" href="https://msdn.microsoft.com/library/c7a66677-cb59-4cbf-969a-d2e8fc61a6ce">How to: Speed Up Small Loop Bodies</related>
56-
<related type="Article" href="https://msdn.microsoft.com/library/c875ad12-a161-43e6-ad1c-3d6927c536a7">How to: Implement Dynamic Partitions</related>
55+
<related type="Article" href="~/docs/standard/parallel-programming/how-to-speed-up-small-loop-bodies.md">How to: Speed Up Small Loop Bodies</related>
56+
<related type="Article" href="~/docs/standard/parallel-programming/how-to-implement-dynamic-partitions.md">How to: Implement Dynamic Partitions</related>
5757
</Docs>
5858
<Members>
5959
<Member MemberName=".ctor">
@@ -100,9 +100,9 @@
100100
]]></format>
101101
</remarks>
102102
<related type="Article" href="https://msdn.microsoft.com/library/96153688-9a01-47c4-8430-909cee9a2887">Custom Partitioners for PLINQ and TPL</related>
103-
<related type="Article" href="https://msdn.microsoft.com/library/c7a66677-cb59-4cbf-969a-d2e8fc61a6ce">How to: Speed Up Small Loop Bodies</related>
104-
<related type="Article" href="https://msdn.microsoft.com/library/f4410508-cac6-4ba7-bef1-c5e68b2794f3">How to: Implement a Partitioner With a Static Number of Partitions</related>
105-
<related type="Article" href="https://msdn.microsoft.com/library/c875ad12-a161-43e6-ad1c-3d6927c536a7">How to: Implement Dynamic Partitions</related>
103+
<related type="Article" href="~/docs/standard/parallel-programming/how-to-speed-up-small-loop-bodies.md">How to: Speed Up Small Loop Bodies</related>
104+
<related type="Article" href="~/docs/standard/parallel-programming/how-to-implement-a-partitioner-for-static-partitioning.md">How to: Implement a Partitioner With a Static Number of Partitions</related>
105+
<related type="Article" href="~/docs/standard/parallel-programming/how-to-implement-dynamic-partitions.md">How to: Implement Dynamic Partitions</related>
106106
</Docs>
107107
</Member>
108108
<Member MemberName="GetDynamicPartitions">
@@ -153,9 +153,9 @@
153153
</remarks>
154154
<exception cref="T:System.NotSupportedException">Dynamic partitioning is not supported by the base class. It must be implemented in derived classes.</exception>
155155
<related type="Article" href="https://msdn.microsoft.com/library/96153688-9a01-47c4-8430-909cee9a2887">Custom Partitioners for PLINQ and TPL</related>
156-
<related type="Article" href="https://msdn.microsoft.com/library/c7a66677-cb59-4cbf-969a-d2e8fc61a6ce">How to: Speed Up Small Loop Bodies</related>
157-
<related type="Article" href="https://msdn.microsoft.com/library/f4410508-cac6-4ba7-bef1-c5e68b2794f3">How to: Implement a Partitioner With a Static Number of Partitions</related>
158-
<related type="Article" href="https://msdn.microsoft.com/library/c875ad12-a161-43e6-ad1c-3d6927c536a7">How to: Implement Dynamic Partitions</related>
156+
<related type="Article" href="~/docs/standard/parallel-programming/how-to-speed-up-small-loop-bodies.md">How to: Speed Up Small Loop Bodies</related>
157+
<related type="Article" href="~/docs/standard/parallel-programming/how-to-implement-a-partitioner-for-static-partitioning.md">How to: Implement a Partitioner With a Static Number of Partitions</related>
158+
<related type="Article" href="~/docs/standard/parallel-programming/how-to-implement-dynamic-partitions.md">How to: Implement Dynamic Partitions</related>
159159
</Docs>
160160
</Member>
161161
<Member MemberName="GetOrderableDynamicPartitions">
@@ -206,9 +206,9 @@
206206
</remarks>
207207
<exception cref="T:System.NotSupportedException">Dynamic partitioning is not supported by this partitioner.</exception>
208208
<related type="Article" href="https://msdn.microsoft.com/library/96153688-9a01-47c4-8430-909cee9a2887">Custom Partitioners for PLINQ and TPL</related>
209-
<related type="Article" href="https://msdn.microsoft.com/library/c7a66677-cb59-4cbf-969a-d2e8fc61a6ce">How to: Speed Up Small Loop Bodies</related>
210-
<related type="Article" href="https://msdn.microsoft.com/library/f4410508-cac6-4ba7-bef1-c5e68b2794f3">How to: Implement a Partitioner With a Static Number of Partitions</related>
211-
<related type="Article" href="https://msdn.microsoft.com/library/c875ad12-a161-43e6-ad1c-3d6927c536a7">How to: Implement Dynamic Partitions</related>
209+
<related type="Article" href="~/docs/standard/parallel-programming/how-to-speed-up-small-loop-bodies.md">How to: Speed Up Small Loop Bodies</related>
210+
<related type="Article" href="~/docs/standard/parallel-programming/how-to-implement-a-partitioner-for-static-partitioning.md">How to: Implement a Partitioner With a Static Number of Partitions</related>
211+
<related type="Article" href="~/docs/standard/parallel-programming/how-to-implement-dynamic-partitions.md">How to: Implement Dynamic Partitions</related>
212212
</Docs>
213213
</Member>
214214
<Member MemberName="GetOrderablePartitions">
@@ -259,9 +259,9 @@
259259
]]></format>
260260
</remarks>
261261
<related type="Article" href="https://msdn.microsoft.com/library/96153688-9a01-47c4-8430-909cee9a2887">Custom Partitioners for PLINQ and TPL</related>
262-
<related type="Article" href="https://msdn.microsoft.com/library/c7a66677-cb59-4cbf-969a-d2e8fc61a6ce">How to: Speed Up Small Loop Bodies</related>
263-
<related type="Article" href="https://msdn.microsoft.com/library/f4410508-cac6-4ba7-bef1-c5e68b2794f3">How to: Implement a Partitioner With a Static Number of Partitions</related>
264-
<related type="Article" href="https://msdn.microsoft.com/library/c875ad12-a161-43e6-ad1c-3d6927c536a7">How to: Implement Dynamic Partitions</related>
262+
<related type="Article" href="~/docs/standard/parallel-programming/how-to-speed-up-small-loop-bodies.md">How to: Speed Up Small Loop Bodies</related>
263+
<related type="Article" href="~/docs/standard/parallel-programming/how-to-implement-a-partitioner-for-static-partitioning.md">How to: Implement a Partitioner With a Static Number of Partitions</related>
264+
<related type="Article" href="~/docs/standard/parallel-programming/how-to-implement-dynamic-partitions.md">How to: Implement Dynamic Partitions</related>
265265
</Docs>
266266
</Member>
267267
<Member MemberName="GetPartitions">
@@ -310,9 +310,9 @@
310310
]]></format>
311311
</remarks>
312312
<related type="Article" href="https://msdn.microsoft.com/library/96153688-9a01-47c4-8430-909cee9a2887">Custom Partitioners for PLINQ and TPL</related>
313-
<related type="Article" href="https://msdn.microsoft.com/library/c7a66677-cb59-4cbf-969a-d2e8fc61a6ce">How to: Speed Up Small Loop Bodies</related>
314-
<related type="Article" href="https://msdn.microsoft.com/library/f4410508-cac6-4ba7-bef1-c5e68b2794f3">How to: Implement a Partitioner With a Static Number of Partitions</related>
315-
<related type="Article" href="https://msdn.microsoft.com/library/c875ad12-a161-43e6-ad1c-3d6927c536a7">How to: Implement Dynamic Partitions</related>
313+
<related type="Article" href="~/docs/standard/parallel-programming/how-to-speed-up-small-loop-bodies.md">How to: Speed Up Small Loop Bodies</related>
314+
<related type="Article" href="~/docs/standard/parallel-programming/how-to-implement-a-partitioner-for-static-partitioning.md">How to: Implement a Partitioner With a Static Number of Partitions</related>
315+
<related type="Article" href="~/docs/standard/parallel-programming/how-to-implement-dynamic-partitions.md">How to: Implement Dynamic Partitions</related>
316316
</Docs>
317317
</Member>
318318
<Member MemberName="KeysNormalized">
@@ -402,9 +402,9 @@
402402
]]></format>
403403
</remarks>
404404
<related type="Article" href="https://msdn.microsoft.com/library/96153688-9a01-47c4-8430-909cee9a2887">Custom Partitioners for PLINQ and TPL</related>
405-
<related type="Article" href="https://msdn.microsoft.com/library/c7a66677-cb59-4cbf-969a-d2e8fc61a6ce">How to: Speed Up Small Loop Bodies</related>
406-
<related type="Article" href="https://msdn.microsoft.com/library/f4410508-cac6-4ba7-bef1-c5e68b2794f3">How to: Implement a Partitioner With a Static Number of Partitions</related>
407-
<related type="Article" href="https://msdn.microsoft.com/library/c875ad12-a161-43e6-ad1c-3d6927c536a7">How to: Implement Dynamic Partitions</related>
405+
<related type="Article" href="~/docs/standard/parallel-programming/how-to-speed-up-small-loop-bodies.md">How to: Speed Up Small Loop Bodies</related>
406+
<related type="Article" href="~/docs/standard/parallel-programming/how-to-implement-a-partitioner-for-static-partitioning.md">How to: Implement a Partitioner With a Static Number of Partitions</related>
407+
<related type="Article" href="~/docs/standard/parallel-programming/how-to-implement-dynamic-partitions.md">How to: Implement Dynamic Partitions</related>
408408
</Docs>
409409
</Member>
410410
<Member MemberName="KeysOrderedInEachPartition">
@@ -448,9 +448,9 @@
448448
]]></format>
449449
</remarks>
450450
<related type="Article" href="https://msdn.microsoft.com/library/96153688-9a01-47c4-8430-909cee9a2887">Custom Partitioners for PLINQ and TPL</related>
451-
<related type="Article" href="https://msdn.microsoft.com/library/c7a66677-cb59-4cbf-969a-d2e8fc61a6ce">How to: Speed Up Small Loop Bodies</related>
452-
<related type="Article" href="https://msdn.microsoft.com/library/f4410508-cac6-4ba7-bef1-c5e68b2794f3">How to: Implement a Partitioner With a Static Number of Partitions</related>
453-
<related type="Article" href="https://msdn.microsoft.com/library/c875ad12-a161-43e6-ad1c-3d6927c536a7">How to: Implement Dynamic Partitions</related>
451+
<related type="Article" href="~/docs/standard/parallel-programming/how-to-speed-up-small-loop-bodies.md">How to: Speed Up Small Loop Bodies</related>
452+
<related type="Article" href="~/docs/standard/parallel-programming/how-to-implement-a-partitioner-for-static-partitioning.md">How to: Implement a Partitioner With a Static Number of Partitions</related>
453+
<related type="Article" href="~/docs/standard/parallel-programming/how-to-implement-dynamic-partitions.md">How to: Implement Dynamic Partitions</related>
454454
</Docs>
455455
</Member>
456456
</Members>

0 commit comments

Comments
 (0)