74 references to UnaryOperatorKind
ILLink.RoslynAnalyzer (1)
Microsoft.CodeAnalysis (10)
Generated\Operations.Generated.cs (3)
1057UnaryOperatorKind OperatorKind { get; }
5619internal UnaryOperation(UnaryOperatorKind operatorKind, IOperation operand, bool isLifted, bool isChecked, IMethodSymbol? operatorMethod, ITypeSymbol? constrainedToType, SemanticModel? semanticModel, SyntaxNode syntax, ITypeSymbol? type, ConstantValue? constantValue, bool isImplicit)
5631public UnaryOperatorKind OperatorKind { get; }
Operations\ControlFlowGraphBuilder.cs (7)
2273return operation.OperatorKind == UnaryOperatorKind.Not &&
2410return new UnaryOperation(UnaryOperatorKind.Not, operand, isLifted: true, isChecked: false,
2511condition = new UnaryOperation(isAndAlso ? UnaryOperatorKind.False : UnaryOperatorKind.True,
2614condition = new UnaryOperation(isAndAlso ? UnaryOperatorKind.False : UnaryOperatorKind.True,
2751: new UnaryOperation(UnaryOperatorKind.Not, condition, isLifted: false, isChecked: false,
Microsoft.CodeAnalysis.Analyzers (8)
Microsoft.CodeAnalysis.AnalyzerUtilities (11)
Microsoft.CodeAnalysis.CodeStyle (3)
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 (4)
Microsoft.CodeAnalysis.ResxSourceGenerator (8)
Roslyn.Diagnostics.Analyzers (8)
Roslyn.Diagnostics.CSharp.Analyzers (1)