Skip to content

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 CorrelationQueryOutcome

The query matched several methods (overloads); the candidates are listed and the caller must disambiguate.

Returns: CorrelationQueryOutcome

Ambiguous = 1

The query matched no method or address in the companion set.

Returns: CorrelationQueryOutcome

NotFound = 2

The query resolved to exactly one method; the report is populated.

Returns: CorrelationQueryOutcome

Resolved = 0

Correlation could not run — no attachable companion, or the index could not be built.

Returns: CorrelationQueryOutcome

Unavailable = 3