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