NoComparisonAttribute
Name | Description |
---|---|
Instance Members | |
FilePath
Signature: this.FilePath
|
Path of the F# file the progress information is for. |
IsReachedEnd
Signature: this.IsReachedEnd
Attributes:
CompilerGeneratedAttribute
DebuggerNonUserCodeAttribute
DebuggerNonUserCodeAttribute
|
|
IsStarting
Signature: this.IsStarting
Attributes:
CompilerGeneratedAttribute
DebuggerNonUserCodeAttribute
DebuggerNonUserCodeAttribute
|
|
IsFailed
Signature: this.IsFailed
Attributes:
CompilerGeneratedAttribute
DebuggerNonUserCodeAttribute
DebuggerNonUserCodeAttribute
|
|
Union Cases | |
Starting
Signature: Starting string
|
Started parsing a file (file path). |
ReachedEnd
Signature: ReachedEnd(string, LintWarning list)
|
Finished parsing a file (file path). |
Failed
Signature: Failed(string, Exception)
|
Failed to parse a file (file path, exception that caused failure). |