File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,6 @@ protected sealed class AnalyzerResult(
5050 /// </summary>
5151 public bool EndOfSelectionReachable { get ; } = endOfSelectionReachable ;
5252
53- // <summary>
54- // flag to show whether task return type is due to await
55- // </summary>
56- //public bool AwaitTaskReturn { get; } = awaitTaskReturn;
57-
5853 /// <summary>
5954 /// Initial computed return type for the extract method. This does not include any wrapping in a type like
6055 /// <see cref="Task{TResult}"/> for async methods.
@@ -69,9 +64,6 @@ protected sealed class AnalyzerResult(
6964
7065 public ImmutableArray < VariableInfo > Variables { get ; } = variables ;
7166
72- //public bool IsVoidMethod
73- // => ReturnType.SpecialType == SpecialType.System_Void;
74-
7567 public ImmutableArray < VariableInfo > GetVariablesToSplitOrMoveIntoMethodDefinition ( )
7668 {
7769 return Variables . WhereAsArray (
You can’t perform that action at this time.
0 commit comments