Skip to content

Commit 58b59c6

Browse files
Remove documentation of SecurityMitigations field (dotnet#4652)
* Update MethodImplOptions.xml * Update MethodImplAttributes.xml
1 parent 821ec63 commit 58b59c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xml/System.Reflection/MethodImplAttributes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@
728728
</ReturnValue>
729729
<MemberValue>1024</MemberValue>
730730
<Docs>
731-
<summary>Specifies that the JIT compiler should look for security mitigation attributes, such as the user-defined <see langword="System.Runtime.CompilerServices.SecurityMitigationsAttribute" />. If found, the JIT compiler applies any related security mitigations. Available starting with .NET Framework 4.8.</summary>
731+
<summary>This member is reserved for future use. It was introduced in .NET Framework 4.8.</summary>
732732
</Docs>
733733
</Member>
734734
<Member MemberName="Synchronized">

xml/System.Runtime.CompilerServices/MethodImplOptions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@
347347
</ReturnValue>
348348
<MemberValue>1024</MemberValue>
349349
<Docs>
350-
<summary>The JIT compiler should look for security mitigation attributes, such as the user-defined <see langword="System.Runtime.CompilerServices.SecurityMitigationsAttribute" />. If found, the JIT compiler applies any related security mitigations. Available starting with .NET Framework 4.8.</summary>
350+
<summary>This member is reserved for future use. It was introduced in .NET Framework 4.8.</summary>
351351
</Docs>
352352
</Member>
353353
<Member MemberName="Synchronized">

0 commit comments

Comments
 (0)