1 write to ControlFlowValueType
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\ExtractMethodFlowControlInformation.cs (1)
49ControlFlowValueType = controlFlowValueType;
9 references to ControlFlowValueType
Microsoft.CodeAnalysis.CSharp.Features (6)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (6)
178var controlFlowValueType = flowControlInformation.ControlFlowValueType; 467Argument(NameColon(IdentifierName(FlowControlName)), refKindKeyword: default, ExpressionGenerator.GenerateExpression(flowControlInformation.ControlFlowValueType, flowValue, canUseFieldReference: false)), 477ExpressionGenerator.GenerateExpression(flowControlInformation.ControlFlowValueType, flowValue, canUseFieldReference: false)); 507flowControlInformation.ControlFlowValueType, flowValue, canUseFieldReference: false); 918flowControlInformation.ControlFlowValueType.GenerateTypeSyntax(), 996flowControlInformation.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)
472var controlFlowValueType = this.AnalyzerResult.FlowControlInformation.ControlFlowValueType;