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