Skip to content

Commit

Permalink
MeansImplicitUse for System.Runtime.InteropServices.UnmanagedCallersO…
Browse files Browse the repository at this point in the history
…nlyAttribute
  • Loading branch information
sirduke committed Mar 1, 2023
1 parent 4248ded commit cc0bf5a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
5 changes: 5 additions & 0 deletions Annotations/.NETCore/System.Private.CoreLib/Attributes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6541,6 +6541,11 @@
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
</parameter>
</member>
<member name="T:System.Runtime.InteropServices.UnmanagedCallersOnlyAttribute">
<attribute ctor="M:JetBrains.Annotations.MeansImplicitUseAttribute.#ctor(JetBrains.Annotations.ImplicitUseKindFlags)">
<argument>1</argument>
</attribute>
</member>
<member name="P:System.Runtime.Serialization.SerializationInfoEnumerator.System#Collections#IEnumerator#Current">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
</member>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
</parameter>
</member>
<member name="P:System.Runtime.InteropServices.HandleCollector.Name">
</member>
<member name="M:System.Runtime.InteropServices.HandleCollector.#ctor(System.String,System.Int32,System.Int32)">
<parameter name="name">
</parameter>
Expand Down Expand Up @@ -53,10 +51,6 @@
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
</parameter>
</member>
<member name="P:System.Runtime.InteropServices.ComAliasNameAttribute.Value">
</member>
<member name="P:System.Runtime.InteropServices.ImportedFromTypeLibAttribute.Value">
</member>
<member name="M:System.Runtime.InteropServices.ComAliasNameAttribute.#ctor(System.String)">
<parameter name="alias">
</parameter>
Expand All @@ -65,4 +59,9 @@
<parameter name="tlbFile">
</parameter>
</member>
<member name="T:System.Runtime.InteropServices.UnmanagedCallersOnlyAttribute">
<attribute ctor="M:JetBrains.Annotations.MeansImplicitUseAttribute.#ctor(JetBrains.Annotations.ImplicitUseKindFlags)">
<argument>1</argument>
</attribute>
</member>
</assembly>

0 comments on commit cc0bf5a

Please sign in to comment.