7 references to Name
Microsoft.Gen.ContextualOptions (7)
ContextualOptionsGenerator.cs (1)
61
context.AddSource($"ContextualOptions.g.cs", emitter.Emit(list.OrderBy(x => x.Namespace + "." + x.
Name
)));
Emitter.cs (1)
34
partial {optionsContextType.Keyword} {optionsContextType.
Name
} : global::Microsoft.Extensions.Options.Contextual.IOptionsContext
Model\OptionsContextType.cs (1)
23
public string HintName => $"{Namespace}.{
Name
}";
Parser.cs (4)
32
.Select(modifier => Diagnostic.Create(DiagDescriptors.ContextCannotBeStatic, modifier.GetLocation(), type.
Name
)));
46
.Select(modifier => Diagnostic.Create(DiagDescriptors.ContextCannotBeRefLike, modifier.GetLocation(), type.
Name
)));
57
type.Definitions.Select(def => Diagnostic.Create(DiagDescriptors.ContextMustBePartial, def.Identifier.GetLocation(), type.
Name
)));
68
type.Definitions.Select(def => Diagnostic.Create(DiagDescriptors.ContextDoesNotHaveValidProperties, def.Identifier.GetLocation(), type.
Name
)));