Skip to content

Commit cdb7f33

Browse files
authored
Replace <see langword="Int64" /> tags (#3903)
1 parent dcf9913 commit cdb7f33

File tree

9 files changed

+35
-35
lines changed

9 files changed

+35
-35
lines changed

xml/Microsoft.VisualBasic.CompilerServices/StringType.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,8 +495,8 @@
495495
<Parameter Name="Value" Type="System.Int64" />
496496
</Parameters>
497497
<Docs>
498-
<param name="Value">Required. <see langword="Int64" /> to convert to a <see langword="String" /> value.</param>
499-
<summary>Returns a <see langword="String" /> value that corresponds to a specified <see langword="Int64" /> (64-bit integer).</summary>
498+
<param name="Value">Required. <see cref="T:System.Int64" /> to convert to a <see langword="String" /> value.</param>
499+
<summary>Returns a <see langword="String" /> value that corresponds to a specified <see cref="T:System.Int64" /> (64-bit integer).</summary>
500500
<returns>The <see langword="String" /> value corresponding to <paramref name="Value" />.</returns>
501501
<remarks>
502502
<format type="text/markdown"><![CDATA[

xml/System.Data.OracleClient/OracleNumber.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1515,7 +1515,7 @@
15151515
<Docs>
15161516
<param name="x">The <see cref="T:System.Data.OracleClient.OracleNumber" /> structure to be converted.</param>
15171517
<summary>Converts the <see cref="T:System.Data.OracleClient.OracleNumber" /> structure to <see cref="T:System.Int64" />.</summary>
1518-
<returns>A new <see langword="Int64" /> structure whose value equals the <see cref="P:System.Data.OracleClient.OracleNumber.Value" /> of the <see cref="T:System.Data.OracleClient.OracleNumber" /> structure.</returns>
1518+
<returns>A new <see cref="T:System.Int64" /> structure whose value equals the <see cref="P:System.Data.OracleClient.OracleNumber.Value" /> of the <see cref="T:System.Data.OracleClient.OracleNumber" /> structure.</returns>
15191519
<remarks>
15201520
<format type="text/markdown"><![CDATA[
15211521
@@ -1642,9 +1642,9 @@ Console.WriteLine(i);
16421642
<Parameter Name="x" Type="System.Int64" />
16431643
</Parameters>
16441644
<Docs>
1645-
<param name="x">The <see langword="Int64" /> structure to be converted.</param>
1646-
<summary>Converts the supplied <see langword="Int64" /> structure to an <see cref="T:System.Data.OracleClient.OracleNumber" /> structure.</summary>
1647-
<returns>A new <see cref="T:System.Data.OracleClient.OracleNumber" /> structure whose <see cref="P:System.Data.OracleClient.OracleNumber.Value" /> property is equal to the value of the <see langword="Int64" /> structure.</returns>
1645+
<param name="x">The <see cref="T:System.Int64" /> structure to be converted.</param>
1646+
<summary>Converts the supplied <see cref="T:System.Int64" /> structure to an <see cref="T:System.Data.OracleClient.OracleNumber" /> structure.</summary>
1647+
<returns>A new <see cref="T:System.Data.OracleClient.OracleNumber" /> structure whose <see cref="P:System.Data.OracleClient.OracleNumber.Value" /> property is equal to the value of the <see cref="T:System.Int64" /> structure.</returns>
16481648
<remarks>To be added.</remarks>
16491649
</Docs>
16501650
</Member>

xml/System.Xaml/XamlLanguage.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -619,8 +619,8 @@
619619
<ReturnType>System.Xaml.XamlType</ReturnType>
620620
</ReturnValue>
621621
<Docs>
622-
<summary>Gets a <see cref="T:System.Xaml.XamlType" /> for the <see langword="Int64" /> XAML language intrinsic.</summary>
623-
<value>A <see cref="T:System.Xaml.XamlType" /> for the <see langword="Int64" /> XAML language intrinsic.</value>
622+
<summary>Gets a <see cref="T:System.Xaml.XamlType" /> for the <see cref="T:System.Int64" /> XAML language intrinsic.</summary>
623+
<value>A <see cref="T:System.Xaml.XamlType" /> for the <see cref="T:System.Int64" /> XAML language intrinsic.</value>
624624
<remarks>
625625
<format type="text/markdown"><![CDATA[
626626

xml/System.Xml.Xsl.Runtime/Int64Aggregator.xml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</Attribute>
2525
</Attributes>
2626
<Docs>
27-
<summary>Computes aggregates over a sequence of <see langword="Int64" /> values.</summary>
27+
<summary>Computes aggregates over a sequence of <see cref="T:System.Int64" /> values.</summary>
2828
<remarks>To be added.</remarks>
2929
<forInternalUseOnly />
3030
</Docs>
@@ -53,8 +53,8 @@
5353
<Parameter Name="value" Type="System.Int64" />
5454
</Parameters>
5555
<Docs>
56-
<param name="value">A value of type <see langword="Int64" />.</param>
57-
<summary>Finds an average of a sequence of <see langword="Int64" /> values.</summary>
56+
<param name="value">A value of type <see cref="T:System.Int64" />.</param>
57+
<summary>Finds an average of a sequence of <see cref="T:System.Int64" /> values.</summary>
5858
<remarks>To be added.</remarks>
5959
<forInternalUseOnly />
6060
</Docs>
@@ -80,8 +80,8 @@
8080
<ReturnType>System.Int64</ReturnType>
8181
</ReturnValue>
8282
<Docs>
83-
<summary>Returns an <see langword="Int64" /> value that contains the average of a sequence of <see langword="Int64" /> values.</summary>
84-
<value>An <see langword="Int64" /> value that contains the average of a sequence of <see langword="Int64" /> values.</value>
83+
<summary>Returns an <see cref="T:System.Int64" /> value that contains the average of a sequence of <see cref="T:System.Int64" /> values.</summary>
84+
<value>An <see cref="T:System.Int64" /> value that contains the average of a sequence of <see cref="T:System.Int64" /> values.</value>
8585
<remarks>To be added.</remarks>
8686
<forInternalUseOnly />
8787
</Docs>
@@ -108,7 +108,7 @@
108108
</ReturnValue>
109109
<Parameters />
110110
<Docs>
111-
<summary>Initializes a sequence of <see langword="Int64" /> values.</summary>
111+
<summary>Initializes a sequence of <see cref="T:System.Int64" /> values.</summary>
112112
<remarks>To be added.</remarks>
113113
<forInternalUseOnly />
114114
</Docs>
@@ -134,9 +134,9 @@
134134
<ReturnType>System.Boolean</ReturnType>
135135
</ReturnValue>
136136
<Docs>
137-
<summary>Returns a Boolean value that indicates whether the sequence of <see langword="Int64" /> values is empty.</summary>
137+
<summary>Returns a Boolean value that indicates whether the sequence of <see cref="T:System.Int64" /> values is empty.</summary>
138138
<value>
139-
<see langword="true" /> if the sequence of <see langword="Int64" /> values is empty; otherwise, <see langword="false" />.</value>
139+
<see langword="true" /> if the sequence of <see cref="T:System.Int64" /> values is empty; otherwise, <see langword="false" />.</value>
140140
<remarks>To be added.</remarks>
141141
<forInternalUseOnly />
142142
</Docs>
@@ -165,7 +165,7 @@
165165
<Parameter Name="value" Type="System.Int64" />
166166
</Parameters>
167167
<Docs>
168-
<param name="value">A value of type <see langword="Int64" />.</param>
168+
<param name="value">A value of type <see cref="T:System.Int64" />.</param>
169169
<summary>Assigns the <paramref name="value" /> parameter to the existing result if the <paramref name="value" /> parameter is greater than the existing result.</summary>
170170
<remarks>To be added.</remarks>
171171
<forInternalUseOnly />
@@ -197,8 +197,8 @@
197197
<ReturnType>System.Int64</ReturnType>
198198
</ReturnValue>
199199
<Docs>
200-
<summary>Gets the largest <see langword="Int64" /> value.</summary>
201-
<value>The largest <see langword="Int64" /> value.</value>
200+
<summary>Gets the largest <see cref="T:System.Int64" /> value.</summary>
201+
<value>The largest <see cref="T:System.Int64" /> value.</value>
202202
<remarks>To be added.</remarks>
203203
<forInternalUseOnly />
204204
</Docs>
@@ -227,7 +227,7 @@
227227
<Parameter Name="value" Type="System.Int64" />
228228
</Parameters>
229229
<Docs>
230-
<param name="value">A value of type <see langword="Int64" />.</param>
230+
<param name="value">A value of type <see cref="T:System.Int64" />.</param>
231231
<summary>Assigns the <paramref name="value" /> parameter to the existing result if the <paramref name="value" /> parameter is less than the existing result.</summary>
232232
<remarks>To be added.</remarks>
233233
<forInternalUseOnly />
@@ -259,8 +259,8 @@
259259
<ReturnType>System.Int64</ReturnType>
260260
</ReturnValue>
261261
<Docs>
262-
<summary>Gets the smallest <see langword="Int64" /> value.</summary>
263-
<value>The smallest <see langword="Int64" /> value.</value>
262+
<summary>Gets the smallest <see cref="T:System.Int64" /> value.</summary>
263+
<value>The smallest <see cref="T:System.Int64" /> value.</value>
264264
<remarks>To be added.</remarks>
265265
<forInternalUseOnly />
266266
</Docs>
@@ -289,8 +289,8 @@
289289
<Parameter Name="value" Type="System.Int64" />
290290
</Parameters>
291291
<Docs>
292-
<param name="value">A value of type <see langword="Int64" />.</param>
293-
<summary>Adds an <see langword="Int64" /> value to the existing result.</summary>
292+
<param name="value">A value of type <see cref="T:System.Int64" />.</param>
293+
<summary>Adds an <see cref="T:System.Int64" /> value to the existing result.</summary>
294294
<remarks>To be added.</remarks>
295295
<forInternalUseOnly />
296296
</Docs>
@@ -321,8 +321,8 @@
321321
<ReturnType>System.Int64</ReturnType>
322322
</ReturnValue>
323323
<Docs>
324-
<summary>Returns an <see langword="Int64" /> value that contains the sum of a sequence of <see langword="Int64" /> values.</summary>
325-
<value>An <see langword="Int64" /> value that contains the sum of a sequence of <see langword="Int64" /> values.</value>
324+
<summary>Returns an <see cref="T:System.Int64" /> value that contains the sum of a sequence of <see cref="T:System.Int64" /> values.</summary>
325+
<value>An <see cref="T:System.Int64" /> value that contains the sum of a sequence of <see cref="T:System.Int64" /> values.</value>
326326
<remarks>To be added.</remarks>
327327
<forInternalUseOnly />
328328
</Docs>

xml/System.Xml.Xsl.Runtime/XmlILStorageConverter.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,11 +265,11 @@
265265
<Parameter Name="runtime" Type="System.Xml.Xsl.Runtime.XmlQueryRuntime" />
266266
</Parameters>
267267
<Docs>
268-
<param name="value">A value of type <see langword="Int64" /> to convert.</param>
268+
<param name="value">A value of type <see cref="T:System.Int64" /> to convert.</param>
269269
<param name="index">A value of type <see cref="T:System.Int32" /> that provides the index of the item to convert.</param>
270270
<param name="runtime">An instance of the <see cref="T:System.Xml.Xsl.Runtime.XmlQueryRuntime" /> class.</param>
271-
<summary>Converts an <see langword="Int64" /> value to an <see cref="T:System.Xml.Schema.XmlAtomicValue" />.</summary>
272-
<returns>The <see cref="T:System.Xml.Schema.XmlAtomicValue" /> object for the <see langword="Int64" /> value.</returns>
271+
<summary>Converts an <see cref="T:System.Int64" /> value to an <see cref="T:System.Xml.Schema.XmlAtomicValue" />.</summary>
272+
<returns>The <see cref="T:System.Xml.Schema.XmlAtomicValue" /> object for the <see cref="T:System.Int64" /> value.</returns>
273273
<remarks>To be added.</remarks>
274274
<forInternalUseOnly />
275275
</Docs>

xml/System.Xml.Xsl.Runtime/XmlSortKeyAccumulator.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
</Parameters>
182182
<Docs>
183183
<param name="collation">An instance of the <see cref="T:System.Xml.Xsl.Runtime.XmlCollation" /> class.</param>
184-
<param name="value">A value of type <see langword="Int64" />.</param>
184+
<param name="value">A value of type <see cref="T:System.Int64" />.</param>
185185
<summary>Creates a new <see cref="T:System.Int64" /> sort key and appends it to the current run of sort keys.</summary>
186186
<remarks>To be added.</remarks>
187187
<forInternalUseOnly />

xml/System.Xml.Xsl.Runtime/XsltConvert.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@
332332
<Parameter Name="value" Type="System.Int64" />
333333
</Parameters>
334334
<Docs>
335-
<param name="value">A value of type <see langword="Int64" />.</param>
335+
<param name="value">A value of type <see cref="T:System.Int64" />.</param>
336336
<summary>Converts the specified value to <see langword="double" />.</summary>
337337
<returns>A value of type <see langword="double" />.</returns>
338338
<remarks>To be added.</remarks>

xml/System.Xml/XmlConvert.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,7 @@ writer.WriteElementString(XmlConvert.EncodeName("Order Detail"),"My order");
15361536
<Docs>
15371537
<param name="s">The string to convert.</param>
15381538
<summary>Converts the <see cref="T:System.String" /> to a <see cref="T:System.Int64" /> equivalent.</summary>
1539-
<returns>An <see langword="Int64" /> equivalent of the string.</returns>
1539+
<returns>An <see cref="T:System.Int64" /> equivalent of the string.</returns>
15401540
<remarks>To be added.</remarks>
15411541
<exception cref="T:System.ArgumentNullException">
15421542
<paramref name="s" /> is <see langword="null" />.</exception>
@@ -2177,7 +2177,7 @@ writer.WriteElementString(XmlConvert.EncodeName("Order Detail"),"My order");
21772177
<Docs>
21782178
<param name="value">The value to convert.</param>
21792179
<summary>Converts the <see cref="T:System.Int64" /> to a <see cref="T:System.String" />.</summary>
2180-
<returns>A string representation of the <see langword="Int64" />.</returns>
2180+
<returns>A string representation of the <see cref="T:System.Int64" />.</returns>
21812181
<remarks>To be added.</remarks>
21822182
</Docs>
21832183
</Member>

xml/System/Int64.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@
551551
</ReturnValue>
552552
<MemberValue>9223372036854775807</MemberValue>
553553
<Docs>
554-
<summary>Represents the largest possible value of an <see langword="Int64" />. This field is constant.</summary>
554+
<summary>Represents the largest possible value of an <see cref="T:System.Int64" />. This field is constant.</summary>
555555
<remarks>
556556
<format type="text/markdown"><![CDATA[
557557
@@ -598,7 +598,7 @@
598598
</ReturnValue>
599599
<MemberValue>-9223372036854775808</MemberValue>
600600
<Docs>
601-
<summary>Represents the smallest possible value of an <see langword="Int64" />. This field is constant.</summary>
601+
<summary>Represents the smallest possible value of an <see cref="T:System.Int64" />. This field is constant.</summary>
602602
<remarks>
603603
<format type="text/markdown"><![CDATA[
604604

0 commit comments

Comments
 (0)