Enum OperationKind
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public enum OperationKind
Fields
| Name |
Description |
| AddressOf |
|
| AnonymousFunction |
|
| AnonymousObjectCreation |
|
| Argument |
|
| ArrayCreation |
|
| ArrayElementReference |
|
| ArrayInitializer |
|
| Attribute |
|
| Await |
|
| Binary |
|
| BinaryPattern |
|
| Block |
|
| Branch |
|
| CaseClause |
|
| CatchClause |
|
| CaughtException |
|
| Coalesce |
|
| CoalesceAssignment |
|
| CollectionElementInitializer |
|
| CollectionExpression |
|
| CompoundAssignment |
|
| Conditional |
|
| ConditionalAccess |
|
| ConditionalAccessInstance |
|
| ConstantPattern |
|
| ConstructorBody |
|
| Conversion |
|
| DeclarationExpression |
|
| DeclarationPattern |
|
| DeconstructionAssignment |
|
| Decrement |
|
| DefaultValue |
|
| DelegateCreation |
|
| Discard |
|
| DiscardPattern |
|
| DynamicIndexerAccess |
|
| DynamicInvocation |
|
| DynamicMemberReference |
|
| DynamicObjectCreation |
|
| Empty |
|
| End |
|
| EventAssignment |
|
| EventReference |
|
| ExpressionStatement |
|
| FieldInitializer |
|
| FieldReference |
|
| FlowAnonymousFunction |
|
| FlowCapture |
|
| FlowCaptureReference |
|
| FunctionPointerInvocation |
|
| ImplicitIndexerReference |
|
| Increment |
|
| InlineArrayAccess |
|
| InstanceReference |
|
| InterpolatedString |
|
| InterpolatedStringAddition |
|
| InterpolatedStringAppendFormatted |
|
| InterpolatedStringAppendInvalid |
|
| InterpolatedStringAppendLiteral |
|
| InterpolatedStringHandlerArgumentPlaceholder |
|
| InterpolatedStringHandlerCreation |
|
| InterpolatedStringText |
|
| Interpolation |
|
| Invalid |
|
| Invocation |
|
| IsNull |
|
| IsPattern |
|
| IsType |
|
| Labeled |
|
| ListPattern |
|
| Literal |
|
| LocalFunction |
|
| LocalReference |
|
| Lock |
|
| Loop |
|
| MemberInitializer |
|
| MethodBody |
|
| MethodReference |
|
| NameOf |
|
| NegatedPattern |
|
| None |
|
| ObjectCreation |
|
| ObjectOrCollectionInitializer |
|
| OmittedArgument |
|
| ParameterInitializer |
|
| ParameterReference |
|
| Parenthesized |
|
| PropertyInitializer |
|
| PropertyReference |
|
| PropertySubpattern |
|
| RaiseEvent |
|
| Range |
|
| ReDim |
|
| ReDimClause |
|
| RecursivePattern |
|
| RelationalPattern |
|
| Return |
|
| SimpleAssignment |
|
| SizeOf |
|
| SlicePattern |
|
| Spread |
|
| StaticLocalInitializationSemaphore |
|
| Stop |
|
| Switch |
|
| SwitchCase |
|
| SwitchExpression |
|
| SwitchExpressionArm |
|
| Throw |
|
| TranslatedQuery |
|
| Try |
|
| Tuple |
|
| TupleBinary |
|
| TypeOf |
|
| TypeParameterObjectCreation |
|
| TypePattern |
|
| Unary |
|
| Using |
|
| UsingDeclaration |
|
| Utf8String |
|
| VariableDeclaration |
|
| VariableDeclarationGroup |
|
| VariableDeclarator |
|
| VariableInitializer |
|
| With |
|
| YieldBreak |
|
| YieldReturn |
|