1 write to _manifestDocument
Aspire.Hosting.Tests (1)
Helpers\JsonDocumentManifestPublisher.cs (1)
26_manifestDocument = await JsonDocument.ParseAsync(stream, cancellationToken: cancellationToken).ConfigureAwait(false);
1 reference to _manifestDocument
Aspire.Hosting.Tests (1)
Helpers\JsonDocumentManifestPublisher.cs (1)
35return _manifestDocument ?? throw new InvalidOperationException("JsonDocument not available.");