1 implementation of OperatorKind
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9936
public BinaryOperatorKind
OperatorKind
{ get; }
7 references to OperatorKind
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7638
operatorKind: operation.
OperatorKind
,
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\roslyn\src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\DataFlowOperationVisitor.cs (2)
1796
if (operation is IBinaryPatternOperation {
OperatorKind
: BinaryOperatorKind.Or } binaryOrOperation)
1814
if (operation is IBinaryPatternOperation {
OperatorKind
: BinaryOperatorKind.And } binaryOrOperation)
Microsoft.CodeAnalysis.CodeStyle (2)
src\roslyn\src\Analyzers\Core\Analyzers\PopulateSwitch\PopulateSwitchExpressionHelpers.cs (2)
66
if (binaryPattern?.
OperatorKind
== BinaryOperatorKind.Or)
95
IBinaryPatternOperation binaryPattern => binaryPattern.
OperatorKind
switch
Microsoft.CodeAnalysis.Features (2)
src\roslyn\src\Analyzers\Core\Analyzers\PopulateSwitch\PopulateSwitchExpressionHelpers.cs (2)
66
if (binaryPattern?.
OperatorKind
== BinaryOperatorKind.Or)
95
IBinaryPatternOperation binaryPattern => binaryPattern.
OperatorKind
switch