Home
last modified time | relevance | path

Searched refs:ObservableCollectionReentrancyNotAllowed (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ObjectModel/src/System/Collections/ObjectModel/
H A DObservableCollection.cs303 … throw new InvalidOperationException(SR.ObservableCollectionReentrancyNotAllowed); in CheckReentrancy()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/collections/objectmodel/
H A Dobservablecollection.cs324 … throw new InvalidOperationException(SR.GetString(SR.ObservableCollectionReentrancyNotAllowed)); in CheckReentrancy()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs1467 …public const string ObservableCollectionReentrancyNotAllowed = "Cannot change ObservableCollection… field in SR