8 references to GetRValueAnnotations
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\NullableWalker.cs (8)
2920return ApplyUnconditionalAnnotations(GetTypeOrReturnTypeWithAnnotations(symbol).ToTypeWithState(), GetRValueAnnotations(symbol)).State; 3574var resultState = ApplyUnconditionalAnnotations(resultType.ToTypeWithState(), GetRValueAnnotations(withExpr.CloneMethod)); 7256return TypeWithState.Create(method.ReturnTypeWithAnnotations, GetRValueAnnotations(method)); 10237operandType = ApplyUnconditionalAnnotations(operandType, GetRValueAnnotations(method)); 11074variable.Expression, parameter.RefKind, parameter, parameter.TypeWithAnnotations, GetRValueAnnotations(parameter), 11678FlowAnalysisAnnotations memberAnnotations = GetRValueAnnotations(updatedProperty); 11722var resultType = ApplyUnconditionalAnnotations(indexer.TypeWithAnnotations.ToTypeWithState(), GetRValueAnnotations(indexer)); 11800var memberAnnotations = GetRValueAnnotations(member);