Skip to content

Commit f155af7

Browse files
authored
.NET Framework -> .NET for System.XML (#5031)
1 parent 711e46b commit f155af7

20 files changed

+93
-95
lines changed

xml/System.Net.Sockets/SocketError.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
</ReturnValue>
272272
<MemberValue>10053</MemberValue>
273273
<Docs>
274-
<summary>The connection was aborted by the .NET Framework or the underlying socket provider.</summary>
274+
<summary>The connection was aborted by .NET or the underlying socket provider.</summary>
275275
</Docs>
276276
</Member>
277277
<Member MemberName="ConnectionRefused">

xml/System.Net/ServicePointManager.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
</ReturnValue>
319319
<MemberValue>4</MemberValue>
320320
<Docs>
321-
<summary>The default number of non-persistent connections (4) allowed on a <see cref="T:System.Net.ServicePoint" /> object connected to an HTTP/1.0 or later server. This field is constant but is no longer used in the .NET Framework 2.0.</summary>
321+
<summary>The default number of non-persistent connections (4) allowed on a <see cref="T:System.Net.ServicePoint" /> object connected to an HTTP/1.0 or later server. This field is constant but is no longer used as of .NET Framework 2.0.</summary>
322322
<remarks>To be added.</remarks>
323323
</Docs>
324324
</Member>

xml/System.Threading.Tasks/TaskScheduler.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ This example has some limitations. For example, only 32-bits-per-pixel images ar
252252
<ReturnType>System.Threading.Tasks.TaskScheduler</ReturnType>
253253
</ReturnValue>
254254
<Docs>
255-
<summary>Gets the default <see cref="T:System.Threading.Tasks.TaskScheduler" /> instance that is provided by the .NET Framework.</summary>
255+
<summary>Gets the default <see cref="T:System.Threading.Tasks.TaskScheduler" /> instance that is provided by .NET.</summary>
256256
<value>Returns the default <see cref="T:System.Threading.Tasks.TaskScheduler" /> instance.</value>
257257
<remarks>
258258
<format type="text/markdown"><![CDATA[

xml/System.Threading.Tasks/TaskStatus.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
</ReturnValue>
285285
<MemberValue>1</MemberValue>
286286
<Docs>
287-
<summary>The task is waiting to be activated and scheduled internally by the .NET Framework infrastructure.</summary>
287+
<summary>The task is waiting to be activated and scheduled internally by the .NET infrastructure.</summary>
288288
</Docs>
289289
</Member>
290290
<Member MemberName="WaitingForChildrenToComplete">

xml/System.Xaml/XamlLanguage.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</Base>
1616
<Interfaces />
1717
<Docs>
18-
<summary>Defines constants that provide strings or objects that are useful for XAML markup or for programming with XAML types. These strings or objects are relevant to XAML language concepts, to the implementation of XAML language concepts in .NET Framework XAML Services, or to both.</summary>
18+
<summary>Defines constants that provide strings or objects that are useful for XAML markup or for programming with XAML types. These strings or objects are relevant to XAML language concepts, to the implementation of XAML language concepts in .NET XAML Services, or to both.</summary>
1919
<remarks>
2020
<format type="text/markdown"><![CDATA[
2121
@@ -43,8 +43,8 @@
4343
<ReturnType>System.Collections.ObjectModel.ReadOnlyCollection&lt;System.Xaml.XamlDirective&gt;</ReturnType>
4444
</ReturnValue>
4545
<Docs>
46-
<summary>Gets a read-only generic collection of each <see cref="T:System.Xaml.XamlDirective" /> identifier that is defined by .NET Framework XAML Services.</summary>
47-
<value>A read-only generic collection of each <see cref="T:System.Xaml.XamlDirective" /> identifier that is defined by .NET Framework XAML Services.</value>
46+
<summary>Gets a read-only generic collection of each <see cref="T:System.Xaml.XamlDirective" /> identifier that is defined by .NET XAML Services.</summary>
47+
<value>A read-only generic collection of each <see cref="T:System.Xaml.XamlDirective" /> identifier that is defined by .NET XAML Services.</value>
4848
<remarks>To be added.</remarks>
4949
</Docs>
5050
</Member>
@@ -65,7 +65,7 @@
6565
<ReturnType>System.Collections.ObjectModel.ReadOnlyCollection&lt;System.Xaml.XamlType&gt;</ReturnType>
6666
</ReturnValue>
6767
<Docs>
68-
<summary>Gets a read-only generic collection of individual <see cref="T:System.Xaml.XamlType" /> values that match, or alias, a XAML language intrinsic that is defined by .NET Framework XAML Services.</summary>
68+
<summary>Gets a read-only generic collection of individual <see cref="T:System.Xaml.XamlType" /> values that match, or alias, a XAML language intrinsic that is defined by .NET XAML Services.</summary>
6969
<value>A read-only generic collection of each <see cref="T:System.Xaml.XamlType" /> that matches a XAML language intrinsic.</value>
7070
<remarks>
7171
<format type="text/markdown"><![CDATA[

xml/System.Xaml/XamlType.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</Interface>
2020
</Interfaces>
2121
<Docs>
22-
<summary>Reports information about XAML types as part of the overall XAML system that is implemented in .NET Framework XAML Services.</summary>
22+
<summary>Reports information about XAML types as part of the overall XAML system that is implemented in .NET XAML Services.</summary>
2323
<remarks>
2424
<format type="text/markdown"><![CDATA[
2525

xml/System.Xml.Schema/XmlAtomicValue.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@
230230
<ReturnType>System.Object</ReturnType>
231231
</ReturnValue>
232232
<Docs>
233-
<summary>Gets the current validated XML element or attribute as a boxed object of the most appropriate Microsoft .NET Framework type according to its schema type.</summary>
234-
<value>The current validated XML element or attribute as a boxed object of the most appropriate .NET Framework type.</value>
233+
<summary>Gets the current validated XML element or attribute as a boxed object of the most appropriate .NET type according to its schema type.</summary>
234+
<value>The current validated XML element or attribute as a boxed object of the most appropriate .NET type.</value>
235235
<remarks>
236236
<format type="text/markdown"><![CDATA[
237237
@@ -322,7 +322,7 @@
322322
<format type="text/markdown"><![CDATA[
323323
324324
## Remarks
325-
The <xref:System.Xml.Schema.XmlAtomicValue.ValueAs%2A> method attempts to convert the value of the validated XML element or attribute to the Microsoft .NET Framework type specified.
325+
The <xref:System.Xml.Schema.XmlAtomicValue.ValueAs%2A> method attempts to convert the value of the validated XML element or attribute to the .NET type specified.
326326
327327
The <xref:System.Xml.IXmlNamespaceResolver> object is used to resolve namespace prefixes related to type conversions. For example, when converting an `xs:QName` to an `xs:string`.
328328
@@ -373,7 +373,7 @@
373373
<format type="text/markdown"><![CDATA[
374374
375375
## Remarks
376-
The <xref:System.Xml.Schema.XmlAtomicValue.ValueAsBoolean%2A> property attempts to convert the value of the validated XML element or attribute to the Microsoft .NET Framework <xref:System.Boolean> type according to the XPath 2.0 rules for casting the item's type.
376+
The <xref:System.Xml.Schema.XmlAtomicValue.ValueAsBoolean%2A> property attempts to convert the value of the validated XML element or attribute to the .NET <xref:System.Boolean> type according to the XPath 2.0 rules for casting the item's type.
377377
378378
For more information about type support in the <xref:System.Xml?displayProperty=nameWithType> namespace, see [Type Support in the System.Xml Classes](/dotnet/standard/data/xml/type-support-in-the-system-xml-classes).
379379
@@ -420,7 +420,7 @@
420420
<format type="text/markdown"><![CDATA[
421421
422422
## Remarks
423-
The <xref:System.Xml.Schema.XmlAtomicValue.ValueAsDateTime%2A> property attempts to convert the value of the validated XML element or attribute to the Microsoft .NET Framework <xref:System.DateTime> type according to the XPath 2.0 rules for casting the item's type.
423+
The <xref:System.Xml.Schema.XmlAtomicValue.ValueAsDateTime%2A> property attempts to convert the value of the validated XML element or attribute to the .NET <xref:System.DateTime> type according to the XPath 2.0 rules for casting the item's type.
424424
425425
For more information about type support in the <xref:System.Xml?displayProperty=nameWithType> namespace, see [Type Support in the System.Xml Classes](/dotnet/standard/data/xml/type-support-in-the-system-xml-classes).
426426
@@ -467,7 +467,7 @@
467467
<format type="text/markdown"><![CDATA[
468468
469469
## Remarks
470-
The <xref:System.Xml.Schema.XmlAtomicValue.ValueAsDouble%2A> property attempts to convert the value of the validated XML element or attribute to the Microsoft .NET Framework <xref:System.Double> type according to the XPath 2.0 rules for casting the item's type.
470+
The <xref:System.Xml.Schema.XmlAtomicValue.ValueAsDouble%2A> property attempts to convert the value of the validated XML element or attribute to the .NET <xref:System.Double> type according to the XPath 2.0 rules for casting the item's type.
471471
472472
For more information about type support in the <xref:System.Xml?displayProperty=nameWithType> namespace, see [Type Support in the System.Xml Classes](/dotnet/standard/data/xml/type-support-in-the-system-xml-classes).
473473
@@ -515,7 +515,7 @@
515515
<format type="text/markdown"><![CDATA[
516516
517517
## Remarks
518-
The <xref:System.Xml.Schema.XmlAtomicValue.ValueAsInt%2A> property attempts to convert the value of the validated XML element or attribute to the Microsoft .NET Framework <xref:System.Int32> type according to the XPath 2.0 rules for casting the item's type.
518+
The <xref:System.Xml.Schema.XmlAtomicValue.ValueAsInt%2A> property attempts to convert the value of the validated XML element or attribute to the .NET <xref:System.Int32> type according to the XPath 2.0 rules for casting the item's type.
519519
520520
For more information about type support in the <xref:System.Xml?displayProperty=nameWithType> namespace, see [Type Support in the System.Xml Classes](/dotnet/standard/data/xml/type-support-in-the-system-xml-classes).
521521
@@ -563,7 +563,7 @@
563563
<format type="text/markdown"><![CDATA[
564564
565565
## Remarks
566-
The <xref:System.Xml.Schema.XmlAtomicValue.ValueAsLong%2A> property attempts to convert the value of the validated XML element or attribute to the Microsoft .NET Framework <xref:System.Int64> type according to the XPath 2.0 rules for casting the item's type.
566+
The <xref:System.Xml.Schema.XmlAtomicValue.ValueAsLong%2A> property attempts to convert the value of the validated XML element or attribute to the .NET <xref:System.Int64> type according to the XPath 2.0 rules for casting the item's type.
567567
568568
For more information about type support in the <xref:System.Xml?displayProperty=nameWithType> namespace, see [Type Support in the System.Xml Classes](/dotnet/standard/data/xml/type-support-in-the-system-xml-classes).
569569
@@ -605,13 +605,13 @@
605605
<ReturnType>System.Type</ReturnType>
606606
</ReturnValue>
607607
<Docs>
608-
<summary>Gets the Microsoft .NET Framework type of the validated XML element or attribute.</summary>
609-
<value>The .NET Framework type of the validated XML element or attribute. The default value is <see cref="T:System.String" />.</value>
608+
<summary>Gets the .NET type of the validated XML element or attribute.</summary>
609+
<value>The .NET type of the validated XML element or attribute. The default value is <see cref="T:System.String" />.</value>
610610
<remarks>
611611
<format type="text/markdown"><![CDATA[
612612
613613
## Remarks
614-
The <xref:System.Xml.Schema.XmlAtomicValue.ValueType%2A> property gets the .NET Framework type of the typed value of the validated XML element or attribute.
614+
The <xref:System.Xml.Schema.XmlAtomicValue.ValueType%2A> property gets the .NET type of the typed value of the validated XML element or attribute.
615615
616616
For example, an element of type `xs:int` would have a <xref:System.Xml.Schema.XmlAtomicValue.ValueType%2A> of <xref:System.Int32> by default. However, the <xref:System.Xml.Schema.XmlAtomicValue.ValueType%2A> could be any one of the valid types that can be mapped to `xs:int`, such as <xref:System.Int16> or <xref:System.Double>.
617617

xml/System.Xml.Serialization/CodeIdentifiers.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</Base>
3333
<Interfaces />
3434
<Docs>
35-
<summary>Maintains a group of names for related code entities or type mappings that are generated by the .NET Framework's XML serialization infrastructure.</summary>
35+
<summary>Maintains a group of names for related code entities or type mappings that are generated by .NET's XML serialization infrastructure.</summary>
3636
<remarks>
3737
<format type="text/markdown"><![CDATA[
3838

xml/System.Xml.Serialization/IXmlTextParser.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</TypeForwardingChain>
2929
<Interfaces />
3030
<Docs>
31-
<summary>Establishes a <see cref="P:System.Xml.Serialization.IXmlTextParser.Normalized" /> property for use by the .NET Framework infrastructure.</summary>
31+
<summary>Establishes a <see cref="P:System.Xml.Serialization.IXmlTextParser.Normalized" /> property for use by the .NET infrastructure.</summary>
3232
<remarks>
3333
<format type="text/markdown"><![CDATA[
3434

xml/System.Xml.Serialization/ImportContext.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</Base>
3232
<Interfaces />
3333
<Docs>
34-
<summary>Describes the context in which a set of schema is bound to .NET Framework code entities.</summary>
34+
<summary>Describes the context in which a set of schema is bound to .NET code entities.</summary>
3535
<remarks>To be added.</remarks>
3636
<forInternalUseOnly />
3737
</Docs>

0 commit comments

Comments
 (0)