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