2 references to ConcurrentCollection_SyncRoot_NotSupported
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentDictionary.cs (1)
1928object ICollection.SyncRoot => throw new NotSupportedException(SR.ConcurrentCollection_SyncRoot_NotSupported);
src\runtime\src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
1140return SR.ConcurrentCollection_SyncRoot_NotSupported;