C# Class Microsoft.DocAsCode.Build.Engine.XRefRedirectionReader

Inheritance: IXRefContainerReader
Datei anzeigen Open project: dotnet/docfx

Public Methods

Method Description
Find ( string uid ) : XRefSpec

Protected Methods

Method Description
GetMap ( string name ) : IXRefContainer
XRefRedirectionReader ( string majorName, HashSet mapNames ) : System

Private Methods

Method Description
AddRedirections ( string uid, Stack checkList, IXRefContainer current ) : void

Method Details

Find() public method

public Find ( string uid ) : XRefSpec
uid string
return XRefSpec

GetMap() protected abstract method

protected abstract GetMap ( string name ) : IXRefContainer
name string
return IXRefContainer

XRefRedirectionReader() protected method

protected XRefRedirectionReader ( string majorName, HashSet mapNames ) : System
majorName string
mapNames HashSet
return System