diff --git a/xml/System.Reflection/NullabilityInfoContext.xml b/xml/System.Reflection/NullabilityInfoContext.xml
index 2abcb3f555a..03d05b526bd 100644
--- a/xml/System.Reflection/NullabilityInfoContext.xml
+++ b/xml/System.Reflection/NullabilityInfoContext.xml
@@ -26,6 +26,7 @@
Provides APIs for populating nullability information and context from reflection members: , , , and .
To be added.
+ This type is not thread safe. The methods can't be called concurrently from multiple threads, as they use a non-concurrent cache internally. Concurrent calls can result in an . If you need to use from multiple threads, use external synchronization.
@@ -76,6 +77,7 @@
Populates a for the given . If the nullablePublicOnly feature is set for an assembly, like it does in the .NET SDK, the private and/or internal member's nullability attributes are omitted, and the API will return the state.
A instance.
To be added.
+ This method is not thread safe.
is .
@@ -107,6 +109,7 @@
Populates a for the given . If the nullablePublicOnly feature is set for an assembly, like it does in the .NET SDK, the private and/or internal member's nullability attributes are omitted, and the API will return the state.
A instance.
To be added.
+ This method is not thread safe.
is .
@@ -138,6 +141,7 @@
Populates a for the given . If the nullablePublicOnly feature is set for an assembly, like it does in the .NET SDK, the private and/or internal member's nullability attributes are omitted, and the API will return the state.
A instance.
To be added.
+ This method is not thread safe.
is .
@@ -169,6 +173,7 @@
Populates a for the given . If the nullablePublicOnly feature is set for an assembly, like it does in the .NET SDK, the private and/or internal member's nullability attributes are omitted, and the API will return the state.
A instance.
To be added.
+ This method is not thread safe.
is .