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