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); 3676SetAnalyzedNullability(node.DeclaredTypeOpt, new VisitResult(type.ToTypeWithState(), type), true); 7857SetAnalyzedNullability(discard, new VisitResult(parameterWithState, parameterWithState.ToTypeWithAnnotations(compilation)), isLvalue: true); 9839var visitResult = new VisitResult(resultType, resultType.ToTypeWithAnnotations(compilation)); 11406SetAnalyzedNullability(collectionExpression, new VisitResult(convertedResult, convertedResult.ToTypeWithAnnotations(compilation))); 11470var result = new VisitResult(GetReturnTypeWithState(moveNextAsyncMethod), moveNextAsyncMethod.ReturnTypeWithAnnotations); 11485var result = new VisitResult(GetReturnTypeWithState(disposeAsyncMethod), disposeAsyncMethod.ReturnTypeWithAnnotations); 11583SetAnalyzedNullability(node.IterationVariableType, new VisitResult(resultForType, destinationType), isLvalue: true); 12282new VisitResult(result, result.ToTypeWithAnnotations(compilation)),