3 references to GetApiVersion
dotnet-watch (3)
AspireServerService.cs (2)
348
await WriteResponseTextAsync(context.Response, e, context.
GetApiVersion
() is not null);
427
await WriteResponseTextAsync(context.Response, e, context.
GetApiVersion
() is not null);
HttpContextExtensions.cs (1)
48
var versionString = context.
GetApiVersion
();