1 write to ControlFlowValueType
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\ExtractMethodFlowControlInformation.cs (1)
49
ControlFlowValueType
= controlFlowValueType;
9 references to ControlFlowValueType
Microsoft.CodeAnalysis.CSharp.Features (6)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (6)
178
var controlFlowValueType = flowControlInformation.
ControlFlowValueType
;
467
Argument(NameColon(IdentifierName(FlowControlName)), refKindKeyword: default, ExpressionGenerator.GenerateExpression(flowControlInformation.
ControlFlowValueType
, flowValue, canUseFieldReference: false)),
477
ExpressionGenerator.GenerateExpression(flowControlInformation.
ControlFlowValueType
, flowValue, canUseFieldReference: false));
507
flowControlInformation.
ControlFlowValueType
, flowValue, canUseFieldReference: false);
918
flowControlInformation.
ControlFlowValueType
.GenerateTypeSyntax(),
996
flowControlInformation.
ControlFlowValueType
.GenerateTypeSyntax(),
Microsoft.CodeAnalysis.Features (3)
ExtractMethod\ExtractMethodFlowControlInformation.cs (2)
14
/// <see cref="
ControlFlowValueType
"/>. When <see langword="false"/> the type will be <see cref="System.Void"/>.
118
=>
ControlFlowValueType
.SpecialType != SpecialType.System_Void;
ExtractMethod\MethodExtractor.CodeGenerator.cs (1)
472
var controlFlowValueType = this.AnalyzerResult.FlowControlInformation.
ControlFlowValueType
;