public BuildContext(VostokHostingEnvironmentFactorySettings settings) { this.settings = settings; substitutableLog = new SubstitutableLog(); substitutableTracer = new SubstitutableTracer(); substitutableDatacenters = new SubstitutableDatacenters(); Disposables = new List <object>(); ExternalComponents = new HashSet <object>(ByReferenceEqualityComparer <object> .Instance); }
public BuildContext() { substitutableLog = new SubstitutableLog(); substitutableTracer = new SubstitutableTracer(); }