9 references to GetRValueAnnotations
Microsoft.CodeAnalysis.CSharp (9)
FlowAnalysis\NullableWalker.cs (9)
3008return ApplyUnconditionalAnnotations(GetTypeOrReturnTypeWithAnnotations(symbol).ToTypeWithState(), GetRValueAnnotations(symbol)).State; 3662var resultState = ApplyUnconditionalAnnotations(resultType.ToTypeWithState(), GetRValueAnnotations(withExpr.CloneMethod)); 7447return TypeWithState.Create(method.ReturnTypeWithAnnotations, GetRValueAnnotations(method)); 9678TypeWithState valueFieldType = ApplyUnconditionalAnnotations(valueField.TypeWithAnnotations.ToTypeWithState(), GetRValueAnnotations(valueField)); 10648returnType = ApplyUnconditionalAnnotations(returnType, GetRValueAnnotations(method)); 11621variable.Expression, parameter.RefKind, parameter, parameter.TypeWithAnnotations, GetRValueAnnotations(parameter), 12267FlowAnalysisAnnotations memberAnnotations = GetRValueAnnotations(updatedProperty); 12321var resultType = ApplyUnconditionalAnnotations(indexer.TypeWithAnnotations.ToTypeWithState(), GetRValueAnnotations(indexer)); 12408var memberAnnotations = GetRValueAnnotations(member);