OpenApiReference.HostDocument Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The OpenApiDocument that is hosting the OpenApiReference instance. This is used to enable dereferencing the reference.
public Microsoft.OpenApi.Models.OpenApiDocument HostDocument { get; set; }member this.HostDocument : Microsoft.OpenApi.Models.OpenApiDocument with get, setPublic Property HostDocument As OpenApiDocument