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