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