3 writes to needRefreshCompileUnits
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (3)
187
this.
needRefreshCompileUnits
= new Dictionary<CodeCompileUnit, EventHandler>();
878
this.
needRefreshCompileUnits
= null;
1006
this.
needRefreshCompileUnits
= null;
10 references to needRefreshCompileUnits
System.Workflow.ComponentModel (10)
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (10)
144
if (this.
needRefreshCompileUnits
!= null && this.
needRefreshCompileUnits
.ContainsKey(codeCompileUnit))
145
this.
needRefreshCompileUnits
.Remove(codeCompileUnit);
165
if (this.
needRefreshCompileUnits
!= null && this.
needRefreshCompileUnits
.ContainsKey(codeCompileUnit))
166
this.
needRefreshCompileUnits
.Remove(codeCompileUnit);
186
if (this.
needRefreshCompileUnits
== null)
188
this.
needRefreshCompileUnits
[codeCompileUnit] = refresher;
872
if (this.
needRefreshCompileUnits
!= null)
876
foreach (KeyValuePair<CodeCompileUnit, EventHandler> entry in this.
needRefreshCompileUnits
)