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); 3579SetAnalyzedNullability(node.DeclaredTypeOpt, new VisitResult(type.ToTypeWithState(), type), true); 7611SetAnalyzedNullability(discard, new VisitResult(parameterWithState, parameterWithState.ToTypeWithAnnotations(compilation)), isLvalue: true); 9554var visitResult = new VisitResult(resultType, resultType.ToTypeWithAnnotations(compilation)); 11029SetAnalyzedNullability(collectionExpression, new VisitResult(convertedResult, convertedResult.ToTypeWithAnnotations(compilation))); 11093var result = new VisitResult(GetReturnTypeWithState(moveNextAsyncMethod), moveNextAsyncMethod.ReturnTypeWithAnnotations); 11108var result = new VisitResult(GetReturnTypeWithState(disposeAsyncMethod), disposeAsyncMethod.ReturnTypeWithAnnotations); 11206SetAnalyzedNullability(node.IterationVariableType, new VisitResult(resultForType, destinationType), isLvalue: true); 11905new VisitResult(result, result.ToTypeWithAnnotations(compilation)),