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