C# Class MoreInternals.Compiler.Tasks.Using

Resolves all @using directives. After this has run, we'll have a single flat collection of all more blocks and what not in a collection; while @imports persist (and will be written to disk) no more @usings will be found once this has returned.
Show file Open project: kevin-montrose/More

Public Methods

Method Description
Task ( List initialStatements ) : List

Private Methods

Method Description
EvaluateUsingsImpl ( string initialFile, List initialStatements, IFileLookup lookup ) : List

Method Details

Task() public static method

public static Task ( List initialStatements ) : List
initialStatements List
return List