9 references to GetRValueAnnotations
Microsoft.CodeAnalysis.CSharp (9)
FlowAnalysis\NullableWalker.cs (9)
2921return ApplyUnconditionalAnnotations(GetTypeOrReturnTypeWithAnnotations(symbol).ToTypeWithState(), GetRValueAnnotations(symbol)).State;
3575var resultState = ApplyUnconditionalAnnotations(resultType.ToTypeWithState(), GetRValueAnnotations(withExpr.CloneMethod));
7330return TypeWithState.Create(method.ReturnTypeWithAnnotations, GetRValueAnnotations(method));
9556TypeWithState valueFieldType = ApplyUnconditionalAnnotations(valueField.TypeWithAnnotations.ToTypeWithState(), GetRValueAnnotations(valueField));
10481operandType = ApplyUnconditionalAnnotations(operandType, GetRValueAnnotations(method));
11473variable.Expression, parameter.RefKind, parameter, parameter.TypeWithAnnotations, GetRValueAnnotations(parameter),
12085FlowAnalysisAnnotations memberAnnotations = GetRValueAnnotations(updatedProperty);
12129var resultType = ApplyUnconditionalAnnotations(indexer.TypeWithAnnotations.ToTypeWithState(), GetRValueAnnotations(indexer));
12216var memberAnnotations = GetRValueAnnotations(member);