In This Article

DotNetContextKind Enum

Specifies the kind of context.

public enum DotNetContextKind

Fields

Name Description
ContainingInvocation

The context and its resolve operations work on the invocation that contains the offset, if any.

NullConditionalSelfAndSiblings

Similar to SelfAndSiblings but uses special null-conditional handling logic.

Self

The context and its resolve operations work on the existing member referenced at the offset.

SelfAndSiblings

The context and its resolve operations work on the existing member and its siblings referenced at the offset.