Home
last modified time | relevance | path

Searched refs:Error_EventActivityIsImmutable (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/
H A DEventDriven.cs102 …return new ValidationError(SR.GetString(SR.Error_EventActivityIsImmutable), ErrorNumbers.Error_Dyn… in ValidateActivityChange()
109 …return new ValidationError(SR.GetString(SR.Error_EventActivityIsImmutable), ErrorNumbers.Error_Dyn… in ValidateActivityChange()
H A DSR.cs526 internal const string Error_EventActivityIsImmutable = "Error_EventActivityIsImmutable"; field in SR