20 references to typeLoadErrors
System.Workflow.ComponentModel (20)
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (20)
67this.typeLoadErrors[assembly.FullName] = e; 122if (this.typeLoadErrors.ContainsKey(path)) 124this.typeLoadErrors.Remove(path); 168if (this.typeLoadErrors.ContainsKey(codeCompileUnit)) 170this.typeLoadErrors.Remove(codeCompileUnit); 402if (!this.typeLoadErrors.Contains(dictionaryEntry.Key)) 404this.typeLoadErrors[dictionaryEntry.Key] = e; 430if (!this.typeLoadErrors.Contains(dictionaryEntry.Key)) 432this.typeLoadErrors[dictionaryEntry.Key] = e; 493this.typeLoadErrors.Clear(); //clear all old errors 522if (this.typeLoadErrors.Contains(dictionaryEntry.Key)) 523this.typeLoadErrors.Remove(dictionaryEntry.Key); 525this.typeLoadErrors[dictionaryEntry.Key] = e; 550if (this.typeLoadErrors.Contains(dictionaryEntry.Key)) 551this.typeLoadErrors.Remove(dictionaryEntry.Key); 553this.typeLoadErrors[dictionaryEntry.Key] = e; 573foreach (DictionaryEntry entry in this.typeLoadErrors) 840this.typeLoadErrors[path] = e; 866this.typeLoadErrors[codeCompileUnit] = e; 893this.typeLoadErrors[entry.Value] = e;