Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/collections/specialized/
H A Dnotifycollectionchangedeventargs.cs78 … throw new ArgumentException(SR.GetString(SR.MustBeResetAddOrRemoveActionForCtor), "action"); in NotifyCollectionChangedEventArgs()
103 … throw new ArgumentException(SR.GetString(SR.MustBeResetAddOrRemoveActionForCtor), "action"); in NotifyCollectionChangedEventArgs()
129 … throw new ArgumentException(SR.GetString(SR.MustBeResetAddOrRemoveActionForCtor), "action"); in NotifyCollectionChangedEventArgs()
157 … throw new ArgumentException(SR.GetString(SR.MustBeResetAddOrRemoveActionForCtor), "action"); in NotifyCollectionChangedEventArgs()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ObjectModel/src/System/Collections/Specialized/
H A DNotifyCollectionChangedEventArgs.cs64 throw new ArgumentException(SR.MustBeResetAddOrRemoveActionForCtor, nameof(action)); in NotifyCollectionChangedEventArgs()
89 throw new ArgumentException(SR.MustBeResetAddOrRemoveActionForCtor, nameof(action)); in NotifyCollectionChangedEventArgs()
115 throw new ArgumentException(SR.MustBeResetAddOrRemoveActionForCtor, nameof(action)); in NotifyCollectionChangedEventArgs()
143 throw new ArgumentException(SR.MustBeResetAddOrRemoveActionForCtor, nameof(action)); in NotifyCollectionChangedEventArgs()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs1463 …public const string MustBeResetAddOrRemoveActionForCtor = "Constructor only supports either a Rese… field in SR