9 references to compileUnitLoaders
System.Workflow.ComponentModel (9)
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (9)
137if (this.compileUnitLoaders.ContainsKey(codeCompileUnit) || (this.addedCompileUnits != null && this.addedCompileUnits.Contains(codeCompileUnit))) 156CodeDomLoader codeDomLoader = this.compileUnitLoaders[codeCompileUnit] as CodeDomLoader; 160this.compileUnitLoaders.Remove(codeCompileUnit); 183if (!this.compileUnitLoaders.Contains(codeCompileUnit) && (this.addedCompileUnits != null && !this.addedCompileUnits.Contains(codeCompileUnit))) 858this.compileUnitLoaders[codeCompileUnit] = loader; 882CodeDomLoader codeDomLoader = this.compileUnitLoaders[entry.Key] as CodeDomLoader; 997if (this.compileUnitLoaders != null) 999foreach (CodeDomLoader codeDomLoader in this.compileUnitLoaders.Values) 1001this.compileUnitLoaders.Clear();