5 references to IfStatement
Microsoft.CodeAnalysis.CSharp (5)
BoundTree\BoundTreeVisitors.cs (1)
91case BoundKind.IfStatement:
Generated\BoundNodes.xml.Generated.cs (2)
3852: base(BoundKind.IfStatement, syntax, hasErrors || condition.HasErrors() || consequence.HasErrors() || alternativeOpt.HasErrors()) 9032case BoundKind.IfStatement:
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (1)
529case BoundKind.IfStatement:
Operations\CSharpOperationFactory.cs (1)
174case BoundKind.IfStatement: