2 references to RootPathPrefix
ConfigurationSchemaGenerator (2)
ConfigSchemaEmitter.cs (1)
91
foreach (var segment in path.Split(':').Where(segment => !segment.StartsWith(
RootPathPrefix
)))
ConfigSchemaGenerator.cs (1)
73
path = $"{ConfigSchemaEmitter.
RootPathPrefix
}{Guid.NewGuid()}";