4 references to RefPrefix
Microsoft.AspNetCore.OpenApi (4)
Services\Schemas\OpenApiSchemaService.cs (4)
539refString.StartsWith(OpenApiConstants.RefPrefix, StringComparison.Ordinal)) 609if (!refPath.StartsWith(OpenApiConstants.RefPrefix, StringComparison.Ordinal)) 611throw new InvalidOperationException($"Only fragment references (starting with '{OpenApiConstants.RefPrefix}') are supported. Found: {refPath}"); 615var currentPath = refPath.AsSpan().Slice(OpenApiConstants.RefPrefix.Length);