diff --git a/xml/Microsoft.Extensions.DependencyInjection/ISupportRequiredService.xml b/xml/Microsoft.Extensions.DependencyInjection/ISupportRequiredService.xml
index 529ef52cf2d..cdec32a7693 100644
--- a/xml/Microsoft.Extensions.DependencyInjection/ISupportRequiredService.xml
+++ b/xml/Microsoft.Extensions.DependencyInjection/ISupportRequiredService.xml
@@ -19,8 +19,7 @@
- Optional contract used by
- to resolve services if supported by .
+ Optional contract used by to resolve services if supported by .
To be added.
@@ -51,12 +50,12 @@
- An object that specifies the type of service object to get.
- Gets service of type from the implementing
- this interface.
- A service object of type .
- Throws an exception if the cannot create the object.
+ The type of service object to get.
+ Gets service of type from the that implements this interface.
+ A service object of type . Throws an exception if the cannot create the object.
To be added.
+
+ has already been disposed.
diff --git a/xml/Microsoft.Extensions.DependencyInjection/ServiceProviderServiceExtensions.xml b/xml/Microsoft.Extensions.DependencyInjection/ServiceProviderServiceExtensions.xml
index db9be51cfd0..dd7d4eb8529 100644
--- a/xml/Microsoft.Extensions.DependencyInjection/ServiceProviderServiceExtensions.xml
+++ b/xml/Microsoft.Extensions.DependencyInjection/ServiceProviderServiceExtensions.xml
@@ -142,6 +142,8 @@
A service object of type .
To be added.
There is no service of type .
+
+ has already been disposed.
@@ -180,6 +182,8 @@
A service object of type .
To be added.
There is no service of type .
+
+ has already been disposed.