5 references to Namespace
Microsoft.Gen.ContextualOptions (5)
ContextualOptionsGenerator.cs (1)
61context.AddSource($"ContextualOptions.g.cs", emitter.Emit(list.OrderBy(x => x.Namespace + "." + x.Name)));
Emitter.cs (3)
31$@"{(!string.IsNullOrEmpty(optionsContextType.Namespace) ? $"namespace {optionsContextType.Namespace}" + 42{(!string.IsNullOrEmpty(optionsContextType.Namespace) ? "}" : string.Empty)}";
Model\OptionsContextType.cs (1)
23public string HintName => $"{Namespace}.{Name}";