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