diff --git a/xml/System.Reflection.Metadata/SignatureCallingConvention.xml b/xml/System.Reflection.Metadata/SignatureCallingConvention.xml
index 60a9d63b7c7..7f4cf95baf3 100644
--- a/xml/System.Reflection.Metadata/SignatureCallingConvention.xml
+++ b/xml/System.Reflection.Metadata/SignatureCallingConvention.xml
@@ -21,8 +21,7 @@
Specifies how arguments in a given signature are passed from the caller to the callee. The underlying values of the fields in this type correspond to the representation in the leading signature byte represented by a structure.
-
-
+ To be added.
@@ -177,7 +176,7 @@
9
- To be added.
+ Indicates that the specifics of the unmanaged calling convention are encoded as modopts.
diff --git a/xml/System.Reflection/MethodInfo.xml b/xml/System.Reflection/MethodInfo.xml
index a2c662c8284..be9b2510438 100644
--- a/xml/System.Reflection/MethodInfo.xml
+++ b/xml/System.Reflection/MethodInfo.xml
@@ -323,9 +323,9 @@ For a list of the invariant conditions for other terms used in generic reflectio
- To be added.
+ The type of the delegate to create.
Creates a delegate of type from this method.
- To be added.
+ The delegate for this method.
To be added.
@@ -364,10 +364,10 @@ For a list of the invariant conditions for other terms used in generic reflectio
- To be added.
- To be added.
+ The type of the delegate to create.
+ The object targeted by the delegate.
Creates a delegate of type with the specified target from this method.
- To be added.
+ The delegate for this method.
To be added.