CorrelationQueryOutcome
Namespace: Dotsider.Core.Analysis.Models
Assembly: Dotsider.Core.dll
The outcome of a CorrelationQuery: how a method-or-address query resolved against an attached companion set’s correlation index.
public enum CorrelationQueryOutcomeFields
Section titled “Fields”Ambiguous
Section titled “Ambiguous”The query matched several methods (overloads); the candidates are listed and the caller must disambiguate.
Returns: CorrelationQueryOutcome
Ambiguous = 1NotFound
Section titled “NotFound”The query matched no method or address in the companion set.
Returns: CorrelationQueryOutcome
NotFound = 2Resolved
Section titled “Resolved”The query resolved to exactly one method; the report is populated.
Returns: CorrelationQueryOutcome
Resolved = 0Unavailable
Section titled “Unavailable”Correlation could not run — no attachable companion, or the index could not be built.
Returns: CorrelationQueryOutcome
Unavailable = 3