3 writes to components
ComSvcConfig (3)
Options.cs (3)
241
this.
components
= null;
320
this.
components
= null;
405
this.
components
= new List<ComponentDefinition<string>>(comps.Count);
2 references to components
ComSvcConfig (2)
Options.cs (2)
164
internal IList<ComponentDefinition<string>> Components { get { return this.
components
; } }
408
this.
components
.Add(compDef);