7 references to assemblyLoaders
System.Workflow.ComponentModel (7)
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (7)
95
!this.
assemblyLoaders
.ContainsKey(path) &&
112
AssemblyLoader assemblyLoader = this.
assemblyLoaders
[path] as AssemblyLoader;
115
this.
assemblyLoaders
.Remove(path);
419
foreach (DictionaryEntry dictionaryEntry in this.
assemblyLoaders
)
501
foreach (DictionaryEntry dictionaryEntry in this.
assemblyLoaders
)
617
foreach (AssemblyLoader loader in this.
assemblyLoaders
.Values)
836
this.
assemblyLoaders
[path] = loader;