[This is preliminary documentation and is subject to change.]
Returns true when the whole input source has been analyzed. This property is always true for lexers that do not support lazy analysis
Namespace: NFX.CodeAnalysisAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public bool AllAnalyzed { get; }
public bool AllAnalyzed { get; }
Public ReadOnly Property AllAnalyzed As Boolean
Get
Public ReadOnly Property AllAnalyzed As Boolean
Get
public:
virtual property bool AllAnalyzed {
bool get () sealed;
}
public:
virtual property bool AllAnalyzed {
bool get () sealed;
}
abstract AllAnalyzed : bool with get
override AllAnalyzed : bool with get
abstract AllAnalyzed : bool with get
override AllAnalyzed : bool with get
Property Value
Type:
BooleanImplements
ILexer AllAnalyzed