1 instantiation of TypeSystemSR
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (1)
1023loader = new TypeSystemSR();
28 references to TypeSystemSR
System.Workflow.ComponentModel (28)
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 (12)
138throw new ArgumentException(TypeSystemSR.GetString("Error_DuplicateCodeCompileUnit"), "codeCompileUnit"); 184throw new ArgumentException(TypeSystemSR.GetString("Error_NoCodeCompileUnit"), "codeCompileUnit"); 460throw new Exception(TypeSystemSR.GetString(CultureInfo.CurrentCulture, "Error_TypeResolution", name)); 584typeLoadError = TypeSystemSR.GetString("Error_CodeCompileUnitNotLoaded", new object[] { e.Message }); 586typeLoadError = TypeSystemSR.GetString("Error_AssemblyRefNotLoaded", new object[] { entry.Key.ToString(), e.Message }); 794throw new ArgumentException(TypeSystemSR.GetString("Error_TypeIsNotEnum")); 1014static TypeSystemSR loader = null; 1020private static TypeSystemSR GetLoader() 1033return GetString(TypeSystemSR.Culture, name, args); 1037TypeSystemSR sys = GetLoader(); 1055return GetString(TypeSystemSR.Culture, name); 1059TypeSystemSR sys = GetLoader();