diff --git a/xml/System.Reflection/Assembly.xml b/xml/System.Reflection/Assembly.xml
index 21864a756c7..b593a3966cb 100644
--- a/xml/System.Reflection/Assembly.xml
+++ b/xml/System.Reflection/Assembly.xml
@@ -3199,10 +3199,20 @@ In .NET 5.0 and later versions, for bundled assemblies, this method throws an ex
System.Boolean
- Gets a value indicating whether the assembly was loaded from the global assembly cache.
+ Gets a value indicating whether the assembly was loaded from the global assembly cache (.NET Framework only).
- if the assembly was loaded from the global assembly cache; otherwise, .
- To be added.
+ .NET Framework only: if the assembly was loaded from the global assembly cache; otherwise, .
+
+ .NET Core and .NET 5.0 and later: in all cases.
+
+
+