12 references to VisitResult
Microsoft.CodeAnalysis.CSharp (12)
FlowAnalysis\NullableWalker.cs (12)
121: this(rValueType, lValueType)
138: this(rValueType, lValueType)
337SetResult(expression, new VisitResult(resultType, lvalueType), updateAnalyzedNullability, isLvalue);
357SetAnalyzedNullability(expression, new VisitResult(resultType, lvalueType), isLvalue);
3518SetAnalyzedNullability(node.DeclaredTypeOpt, new VisitResult(type.ToTypeWithState(), type), true);
7550SetAnalyzedNullability(discard, new VisitResult(parameterWithState, parameterWithState.ToTypeWithAnnotations(compilation)), isLvalue: true);
9493var visitResult = new VisitResult(resultType, resultType.ToTypeWithAnnotations(compilation));
10968SetAnalyzedNullability(collectionExpression, new VisitResult(convertedResult, convertedResult.ToTypeWithAnnotations(compilation)));
11032var result = new VisitResult(GetReturnTypeWithState(moveNextAsyncMethod), moveNextAsyncMethod.ReturnTypeWithAnnotations);
11047var result = new VisitResult(GetReturnTypeWithState(disposeAsyncMethod), disposeAsyncMethod.ReturnTypeWithAnnotations);
11145SetAnalyzedNullability(node.IterationVariableType, new VisitResult(resultForType, destinationType), isLvalue: true);
11844new VisitResult(result, result.ToTypeWithAnnotations(compilation)),