CommonCodeProcessor Context Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns context that this processor operates under - an entity that retains state during analysis, such as: module compiler, project compiler, code unit translator etc. This entity may also contain compiler/parser/lexer options etc.

Namespace: NFX.CodeAnalysis
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public IAnalysisContext Context { get; }

Property Value

Type: IAnalysisContext

Implements

ICodeProcessor Context
See Also