internal NavigationLinkScope(ODataWriterCore.WriterState writerState, ODataNavigationLink navLink, bool skipWriting) : base(writerState, navLink, skipWriting) { }
internal Scope(ODataWriterCore.WriterState state, ODataItem item, bool skipWriting) { this.state = state; this.item = item; this.skipWriting = skipWriting; }
internal NavigationLinkScope(ODataWriterCore.NavigationLinkScope other) : base(ODataWriterCore.WriterState.NavigationLinkWithContent, other.Item, other.SkipWriting) { this.navigationPropertyType = other.navigationPropertyType; }