18 instantiations of AuthorizedType
System.Workflow.ComponentModel (18)
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (18)
2105AuthorizedType authType = new AuthorizedType(); 2112authType = new AuthorizedType(); 2119authType = new AuthorizedType(); 2126authType = new AuthorizedType(); 2133authType = new AuthorizedType(); 2140authType = new AuthorizedType(); 2147authType = new AuthorizedType(); 2166authType = new AuthorizedType(); 2173authType = new AuthorizedType(); 2180authType = new AuthorizedType(); 2187authType = new AuthorizedType(); 2196authType = new AuthorizedType(); 2203authType = new AuthorizedType(); 2212authType = new AuthorizedType(); 2219authType = new AuthorizedType(); 2228authType = new AuthorizedType(); 2235authType = new AuthorizedType(); 2244authType = new AuthorizedType();
35 references to AuthorizedType
System.Workflow.Activities (2)
Rules\RuleValidation.cs (2)
923private IList<AuthorizedType> authorizedTypes; 3869foreach (AuthorizedType authorizedType in authorizedTypes)
System.Workflow.ComponentModel (33)
AuthoringOM\Bind.cs (3)
261IList<AuthorizedType> authorizedTypes = WorkflowCompilationContext.Current.GetAuthorizedTypes(); 293private static bool SafeType(IList<AuthorizedType> authorizedTypes, Type referenceType) 296foreach (AuthorizedType authorizedType in authorizedTypes)
AuthoringOM\Compiler\Configuration.cs (8)
24Dictionary<string, IList<AuthorizedType>> authorizedTypes = new Dictionary<string, IList<AuthorizedType>>(); 29authorizedTypeOverrides.Add(typeof(AuthorizedType), authorizedTypeAttributes); 30XmlSerializer xmlSerializer = new XmlSerializer(typeof(AuthorizedType), authorizedTypeOverrides); 39IList<AuthorizedType> versionTypes; 42versionTypes = new List<AuthorizedType>(); 47AuthorizedType authorizedType = xmlSerializer.Deserialize(new XmlNodeReader(authorizedTypeNode)) as AuthorizedType;
AuthoringOM\Compiler\XomlCompiler.cs (9)
118ReadOnlyCollection<AuthorizedType> authorizedTypes; 207public IList<AuthorizedType> GetAuthorizedTypes() 213IList<AuthorizedType> authorizedTypes; 215IDictionary<string, IList<AuthorizedType>> authorizedTypesDictionary = 216ConfigurationManager.GetSection("System.Workflow.ComponentModel.WorkflowCompiler/authorizedTypes") as IDictionary<string, IList<AuthorizedType>>; 232this.authorizedTypes = new ReadOnlyCollection<AuthorizedType>(authorizedTypes); 593public TypeAuthorizerClass(IList<AuthorizedType> authorizedTypes, WorkflowCompilerResults results, string filename) 610public IList<AuthorizedType> AuthorizedTypes 639foreach (AuthorizedType authorizedType in AuthorizedTypes)
AuthoringOM\Compiler\XomlCompilerHelpers.cs (2)
58IList<AuthorizedType> authorizedTypes = null; 251foreach (AuthorizedType authorizedType in authorizedTypes)
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (11)
42private static volatile ReadOnlyCollection<AuthorizedType> StaticAuthorizedTypes; 2103static void AddUnauthorizedTypes(IList<AuthorizedType> authorizedTypes) 2105AuthorizedType authType = new AuthorizedType(); 2262IList<AuthorizedType> authorizedTypes; 2264IDictionary<string, IList<AuthorizedType>> authorizedTypesDictionary = 2265ConfigurationManager.GetSection("System.Workflow.ComponentModel.WorkflowCompiler/authorizedTypes") as IDictionary<string, IList<AuthorizedType>>; 2274authorizedTypes = new List<AuthorizedType>(); 2283WorkflowMarkupSerializer.StaticAuthorizedTypes = new ReadOnlyCollection<AuthorizedType>(authorizedTypes); 2297private IList<AuthorizedType> authorizedTypes; 2298public SerializerTypeAuthorizerClass(IList<AuthorizedType> authorizedTypes) 2315foreach (AuthorizedType authorizedType in this.authorizedTypes)