We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbd66d commit 4b4d31dCopy full SHA for 4b4d31d
src/Microsoft.OpenApi/Services/OpenApiWorkspace.cs
@@ -14,7 +14,7 @@ namespace Microsoft.OpenApi.Services
14
/// </summary>
15
public class OpenApiWorkspace
16
{
17
- private Dictionary<Uri, OpenApiDocument> _documents = new();
+ private readonly Dictionary<Uri, OpenApiDocument> _documents = new();
18
private readonly Dictionary<string, Uri> _documentsIdRegistry = new();
19
private readonly Dictionary<Uri, Stream> _artifactsRegistry = new();
20
private readonly Dictionary<Uri, IOpenApiReferenceable> _IOpenApiReferenceableRegistry = new();
0 commit comments