27 references to SetResult
Microsoft.CodeAnalysis.CSharp (27)
FlowAnalysis\NullableWalker_Patterns.cs (2)
1170SetResult(node, resultType, inferredTypeWithAnnotations); 1176SetResult(node, resultType, inferredTypeWithAnnotations, updateAnalyzedNullability: false);
FlowAnalysis\NullableWalker.cs (25)
323SetResult(expression, resultType: type, lvalueType: type.ToTypeWithAnnotations(compilation), updateAnalyzedNullability: updateAnalyzedNullability); 347SetResult(expression, resultType: type.ToTypeWithState(), lvalueType: type); 355SetResult(expression, LvalueResultType.ToTypeWithState(), LvalueResultType, isLvalue: true); 358private void SetInvalidResult() => SetResult(expression: null, _invalidType, _invalidType.ToTypeWithAnnotations(compilation), updateAnalyzedNullability: false); 3309SetResult(node, GetAdjustedResult(type.ToTypeWithState(), slot), type); 3667SetResult(withExpr, resultState, resultType); 3848SetResult(node, result, LvalueResultType); 5416SetResult(node, type.ToTypeWithState(), type); 5654SetResult(binary, TypeWithState.ForType(binary.Type), TypeWithAnnotations.Create(binary.Type)); 5669SetResult(binary, inferredResult, inferredResult.ToTypeWithAnnotations(compilation)); 6582SetResult(node, TypeWithState.Create(refResultType, rValueState), TypeWithAnnotations.Create(refResultType, lValueAnnotation)); 7014SetResult(node, returnState, method.ReturnTypeWithAnnotations); 11282SetResult(node, rvalueResult, lvalueResult); 11291SetResult(node, GetAdjustedResult(typeWithState, slot), parameterType); 11351SetResult(left, rightState, lvalueType, isLvalue: true); 11352SetResult(node, rightState, lvalueType); 11356SetResult(node, TypeWithState.Create(leftLValueType.Type, rightState.State), leftLValueType); 12270SetResult(node, typeWithState, typeWithAnnotations); 12322SetResult(node, resultType, indexer.TypeWithAnnotations); 12337SetResult(node, ResultType, LvalueResultType); 12444SetResult(node, resultType, type); 13710SetResult(node, rValueType, result); 13808SetResult(node.Expression, typeWithAnnotations.ToTypeWithState(), typeWithAnnotations); 13846SetResult(node, result.RValueType, result.LValueType); 13925SetResult(node, returnTypeWithAnnotations.ToTypeWithState(), returnTypeWithAnnotations);