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)); 10069operandType = ApplyUnconditionalAnnotations(operandType, GetRValueAnnotations(method)); 10906variable.Expression, parameter.RefKind, parameter, parameter.TypeWithAnnotations, GetRValueAnnotations(parameter), 11500FlowAnalysisAnnotations memberAnnotations = GetRValueAnnotations(updatedProperty); 11544var resultType = ApplyUnconditionalAnnotations(indexer.TypeWithAnnotations.ToTypeWithState(), GetRValueAnnotations(indexer)); 11616var memberAnnotations = GetRValueAnnotations(member);