19 references to GetString
System.Workflow.ComponentModel (19)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (4)
327throw new NotImplementedException(TypeSystemSR.GetString("Error_RuntimeNotSupported")); 564throw new NotImplementedException(TypeSystemSR.GetString("Error_RuntimeNotSupported")); 606throw new ArgumentException(TypeSystemSR.GetString("Error_TypeIsNotArray")); 656throw new ArgumentException(TypeSystemSR.GetString("Error_GetMemberBindingOptions"));
AuthoringOM\Compiler\TypeSystem\FieldInfo.cs (3)
50throw new NotImplementedException(TypeSystemSR.GetString("Error_RuntimeNotSupported")); 63throw new NotImplementedException(TypeSystemSR.GetString("Error_RuntimeNotSupported")); 69throw new NotImplementedException(TypeSystemSR.GetString("Error_RuntimeNotSupported"));
AuthoringOM\Compiler\TypeSystem\MethodInfo.cs (5)
40throw new NotImplementedException(TypeSystemSR.GetString("Error_RuntimeNotSupported")); 73throw new NotImplementedException(TypeSystemSR.GetString("Error_RuntimeNotSupported")); 85throw new NotImplementedException(TypeSystemSR.GetString("Error_RuntimeNotSupported")); 234throw new NotImplementedException(TypeSystemSR.GetString("Error_RuntimeNotSupported")); 246throw new NotImplementedException(TypeSystemSR.GetString("Error_RuntimeNotSupported"));
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (4)
52throw new NotImplementedException(TypeSystemSR.GetString("Error_RuntimeNotSupported")); 153throw new NotImplementedException(TypeSystemSR.GetString("Error_RuntimeNotSupported")); 229throw new NotImplementedException(TypeSystemSR.GetString("Error_RuntimeNotSupported")); 343throw new NotImplementedException(TypeSystemSR.GetString("Error_RuntimeNotSupported"));
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (3)
138throw new ArgumentException(TypeSystemSR.GetString("Error_DuplicateCodeCompileUnit"), "codeCompileUnit"); 184throw new ArgumentException(TypeSystemSR.GetString("Error_NoCodeCompileUnit"), "codeCompileUnit"); 794throw new ArgumentException(TypeSystemSR.GetString("Error_TypeIsNotEnum"));