3 references to GetString
System.Workflow.Activities (3)
Executors\WorkflowWebService.cs (2)
96methodMessage.SendException(new ApplicationException(SR.GetString(System.Globalization.CultureInfo.CurrentCulture, SR.Error_WorkflowCompleted))); 123throw new ApplicationException(SR.GetString(System.Globalization.CultureInfo.CurrentCulture, SR.Error_WorkflowTerminated), response.Exception);
SR.cs (1)
125return GetString(SR.Culture, name);