5 references to Namespace
Microsoft.Gen.ContextualOptions (5)
ContextualOptionsGenerator.cs (1)
61
context.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)
23
public string HintName => $"{
Namespace
}.{Name}";