8 references to GetRValueAnnotations
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\NullableWalker.cs (8)
2919return ApplyUnconditionalAnnotations(GetTypeOrReturnTypeWithAnnotations(symbol).ToTypeWithState(), GetRValueAnnotations(symbol)).State; 3573var resultState = ApplyUnconditionalAnnotations(resultType.ToTypeWithState(), GetRValueAnnotations(withExpr.CloneMethod)); 7092return TypeWithState.Create(method.ReturnTypeWithAnnotations, GetRValueAnnotations(method)); 10070operandType = ApplyUnconditionalAnnotations(operandType, GetRValueAnnotations(method)); 10907variable.Expression, parameter.RefKind, parameter, parameter.TypeWithAnnotations, GetRValueAnnotations(parameter), 11501FlowAnalysisAnnotations memberAnnotations = GetRValueAnnotations(updatedProperty); 11545var resultType = ApplyUnconditionalAnnotations(indexer.TypeWithAnnotations.ToTypeWithState(), GetRValueAnnotations(indexer)); 11617var memberAnnotations = GetRValueAnnotations(member);