12 references to VisitResult
Microsoft.CodeAnalysis.CSharp (12)
FlowAnalysis\NullableWalker.cs (12)
121: this(rValueType, lValueType)
138: this(rValueType, lValueType)
343SetResult(expression, new VisitResult(resultType, lvalueType), updateAnalyzedNullability, isLvalue);
363SetAnalyzedNullability(expression, new VisitResult(resultType, lvalueType), isLvalue);
3660SetAnalyzedNullability(node.DeclaredTypeOpt, new VisitResult(type.ToTypeWithState(), type), true);
7711SetAnalyzedNullability(discard, new VisitResult(parameterWithState, parameterWithState.ToTypeWithAnnotations(compilation)), isLvalue: true);
9658var visitResult = new VisitResult(resultType, resultType.ToTypeWithAnnotations(compilation));
11149SetAnalyzedNullability(collectionExpression, new VisitResult(convertedResult, convertedResult.ToTypeWithAnnotations(compilation)));
11213var result = new VisitResult(GetReturnTypeWithState(moveNextAsyncMethod), moveNextAsyncMethod.ReturnTypeWithAnnotations);
11228var result = new VisitResult(GetReturnTypeWithState(disposeAsyncMethod), disposeAsyncMethod.ReturnTypeWithAnnotations);
11326SetAnalyzedNullability(node.IterationVariableType, new VisitResult(resultForType, destinationType), isLvalue: true);
12025new VisitResult(result, result.ToTypeWithAnnotations(compilation)),