8 references to GetRValueAnnotations
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\NullableWalker.cs (8)
2921return ApplyUnconditionalAnnotations(GetTypeOrReturnTypeWithAnnotations(symbol).ToTypeWithState(), GetRValueAnnotations(symbol)).State; 3576var resultState = ApplyUnconditionalAnnotations(resultType.ToTypeWithState(), GetRValueAnnotations(withExpr.CloneMethod)); 7096return TypeWithState.Create(method.ReturnTypeWithAnnotations, GetRValueAnnotations(method)); 10074operandType = ApplyUnconditionalAnnotations(operandType, GetRValueAnnotations(method)); 10911variable.Expression, parameter.RefKind, parameter, parameter.TypeWithAnnotations, GetRValueAnnotations(parameter), 11505FlowAnalysisAnnotations memberAnnotations = GetRValueAnnotations(updatedProperty); 11549var resultType = ApplyUnconditionalAnnotations(indexer.TypeWithAnnotations.ToTypeWithState(), GetRValueAnnotations(indexer)); 11621var memberAnnotations = GetRValueAnnotations(member);