Header menu logo fantomas

CompilationGlobalsScope Type

This represents the global state established as each task function runs as part of the build. Use to reset error and warning handlers.

Constructors

Constructor Description

CompilationGlobalsScope()

Full Usage: CompilationGlobalsScope()

Returns: CompilationGlobalsScope

When disposed, restores caller's diagnostics logger and build phase.

Returns: CompilationGlobalsScope

CompilationGlobalsScope(diagnosticsLogger, buildPhase)

Full Usage: CompilationGlobalsScope(diagnosticsLogger, buildPhase)

Parameters:
Returns: CompilationGlobalsScope
diagnosticsLogger : DiagnosticsLogger
buildPhase : BuildPhase
Returns: CompilationGlobalsScope

Instance members

Instance member Description

this.BuildPhase

Full Usage: this.BuildPhase

Returns: BuildPhase
Returns: BuildPhase

this.DiagnosticsLogger

Full Usage: this.DiagnosticsLogger

Returns: DiagnosticsLogger

Type something to start searching.