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