1 write to _section
Microsoft.Extensions.Configuration (1)
ConfigurationSectionDebugView.cs (1)
18
_section
= section;
3 references to _section
Microsoft.Extensions.Configuration (3)
ConfigurationSectionDebugView.cs (3)
24
public string Key =>
_section
.Key;
25
public string FullPath =>
_section
.Path;
26
public string? Value =>
_section
.Value;