1 write to ControlFlowValueType
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\ExtractMethodFlowControlInformation.cs (1)
49ControlFlowValueType = controlFlowValueType;
3 references to ControlFlowValueType
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;