Specifies the kind of context.
Fields
Name | Description |
---|---|
ContainingInvocation | The context and its resolve operations work on the invocation that contains the offset, if any. |
NullConditionalSelfAndSiblings | Similar to Self |
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. |