40 references to UnaryOperatorKind
ILLink.RoslynAnalyzer (1)
Microsoft.CodeAnalysis (10)
Generated\Operations.Generated.cs (3)
1057UnaryOperatorKind OperatorKind { get; }
5579internal UnaryOperation(UnaryOperatorKind operatorKind, IOperation operand, bool isLifted, bool isChecked, IMethodSymbol? operatorMethod, ITypeSymbol? constrainedToType, SemanticModel? semanticModel, SyntaxNode syntax, ITypeSymbol? type, ConstantValue? constantValue, bool isImplicit)
5591public UnaryOperatorKind OperatorKind { get; }
Operations\ControlFlowGraphBuilder.cs (7)
2263return operation.OperatorKind == UnaryOperatorKind.Not &&
2400return new UnaryOperation(UnaryOperatorKind.Not, operand, isLifted: true, isChecked: false,
2501condition = new UnaryOperation(isAndAlso ? UnaryOperatorKind.False : UnaryOperatorKind.True,
2604condition = new UnaryOperation(isAndAlso ? UnaryOperatorKind.False : UnaryOperatorKind.True,
2741: new UnaryOperation(UnaryOperatorKind.Not, condition, isLifted: false, isChecked: false,
Microsoft.CodeAnalysis.CodeStyle (1)
Microsoft.CodeAnalysis.CSharp (10)
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (3)
Microsoft.CodeAnalysis.CSharp.Features (4)
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Microsoft.CodeAnalysis.Features (1)
Microsoft.CodeAnalysis.Test.Utilities (7)