8 references to GetRValueAnnotations
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\NullableWalker.cs (8)
2895return ApplyUnconditionalAnnotations(GetTypeOrReturnTypeWithAnnotations(symbol).ToTypeWithState(), GetRValueAnnotations(symbol)).State;
3550var resultState = ApplyUnconditionalAnnotations(resultType.ToTypeWithState(), GetRValueAnnotations(withExpr.CloneMethod));
6897return TypeWithState.Create(method.ReturnTypeWithAnnotations, GetRValueAnnotations(method));
9825operandType = ApplyUnconditionalAnnotations(operandType, GetRValueAnnotations(method));
10664variable.Expression, parameter.RefKind, parameter, parameter.TypeWithAnnotations, GetRValueAnnotations(parameter),
11149FlowAnalysisAnnotations memberAnnotations = GetRValueAnnotations(updatedProperty);
11193var resultType = ApplyUnconditionalAnnotations(indexer.TypeWithAnnotations.ToTypeWithState(), GetRValueAnnotations(indexer));
11265var memberAnnotations = GetRValueAnnotations(member);