1 write to Path
Microsoft.Extensions.Configuration (1)
ConfigurationSectionDebugView.cs (1)
19Path = path;
3 references to Path
Microsoft.Extensions.Configuration (3)
ConfigurationSectionDebugView.cs (3)
31var s = $"Path = {Path}"; 67data.Sort((i1, i2) => ConfigurationKeyComparer.Instance.Compare(i1.Path, i2.Path));