8 references to GetRValueAnnotations
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\NullableWalker.cs (8)
2901return ApplyUnconditionalAnnotations(GetTypeOrReturnTypeWithAnnotations(symbol).ToTypeWithState(), GetRValueAnnotations(symbol)).State;
3556var resultState = ApplyUnconditionalAnnotations(resultType.ToTypeWithState(), GetRValueAnnotations(withExpr.CloneMethod));
7000return TypeWithState.Create(method.ReturnTypeWithAnnotations, GetRValueAnnotations(method));
9932operandType = ApplyUnconditionalAnnotations(operandType, GetRValueAnnotations(method));
10771variable.Expression, parameter.RefKind, parameter, parameter.TypeWithAnnotations, GetRValueAnnotations(parameter),
11367FlowAnalysisAnnotations memberAnnotations = GetRValueAnnotations(updatedProperty);
11411var resultType = ApplyUnconditionalAnnotations(indexer.TypeWithAnnotations.ToTypeWithState(), GetRValueAnnotations(indexer));
11483var memberAnnotations = GetRValueAnnotations(member);