4 references to _namespaces
ConfigurationSchemaGenerator (4)
RuntimeSource\Configuration.Binder\Specs\BindingHelperInfo.cs (4)
47Namespaces = _namespaces.ToImmutableEquatableArray(), 141_namespaces.Add("System.Linq"); 160_namespaces.Add("System.Collections.Generic"); 193public void RegisterNamespace(string @namespace) => _namespaces.Add(@namespace);