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