You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -431,7 +431,7 @@ void ICollection.CopyTo(Array array, int index)
431
431
/// <summary>Gets either a reference to a <typeparamref name="TValue"/> in the dictionary or a null reference if the key does not exist in the dictionary.</summary>
432
432
/// <param name="key">The key used for lookup.</param>
433
433
/// <returns>A reference to a <typeparamref name="TValue"/> in the dictionary or a null reference if the key does not exist in the dictionary.</returns>
434
-
/// <remarks>The null reference can be detected by calling <see cref="Unsafe.IsNullRef{T}(ref readonly T)"/>.</remarks>
434
+
/// <remarks>The null reference can be detected by calling <see cref="Unsafe.IsNullRef"/>.</remarks>
0 commit comments