7 references to GetRValueAnnotations
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\NullableWalker.cs (7)
2895return ApplyUnconditionalAnnotations(GetTypeOrReturnTypeWithAnnotations(symbol).ToTypeWithState(), GetRValueAnnotations(symbol)).State;
3550var resultState = ApplyUnconditionalAnnotations(resultType.ToTypeWithState(), GetRValueAnnotations(withExpr.CloneMethod));
6843return TypeWithState.Create(method.ReturnTypeWithAnnotations, GetRValueAnnotations(method));
9721operandType = ApplyUnconditionalAnnotations(operandType, GetRValueAnnotations(method));
10560variable.Expression, parameter.RefKind, parameter, parameter.TypeWithAnnotations, GetRValueAnnotations(parameter),
11060var resultType = ApplyUnconditionalAnnotations(indexer.TypeWithAnnotations.ToTypeWithState(), GetRValueAnnotations(indexer));
11132var memberAnnotations = GetRValueAnnotations(member);