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