Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xml/System.Reflection/MetadataLoadContext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ Note that the behavior of this method matches the behavior of the <xref:System.R
<Docs>
<param name="assembly">A <see cref="T:System.IO.Stream" /> holding an assembly.</param>
<summary>Loads an assembly from a stream and binds its assembly name to it in the <see cref="T:System.Reflection.MetadataLoadContext" />. If a prior assembly with the same name was already loaded into the <see cref="T:System.Reflection.MetadataLoadContext" />, the prior assembly will be returned.</summary>
<returns>To be added.</returns>
<returns>The loaded assembly.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down