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