4 references to SetResult
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
312SetResult(expression, visitResult, updateAnalyzedNullability: true, isLvalue: false);
337SetResult(expression, new VisitResult(resultType, lvalueType), updateAnalyzedNullability, isLvalue);
3763SetResult(node, visitResult, updateAnalyzedNullability: !node.WasTargetTyped, isLvalue: false);
4417SetResult(node, new VisitResult(resultType, lvalueType, stateForLambda), updateAnalyzedNullability: true, isLvalue: null);