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 1394da7 commit 66e4101Copy full SHA for 66e4101
src/Microsoft.OpenApi/Writers/OpenApiWriterSettings.cs
@@ -26,10 +26,5 @@ internal bool ShouldInlineReference(OpenApiReference reference)
26
return (reference.IsLocal && InlineLocalReferences)
27
|| (reference.IsExternal && InlineExternalReferences);
28
}
29
-
30
- internal bool ShouldInlineReference()
31
- {
32
- return InlineLocalReferences || InlineExternalReferences;
33
- }
34
35
0 commit comments