7 references to GetRValueAnnotations
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\NullableWalker.cs (7)
2658=> ApplyUnconditionalAnnotations(symbol.GetTypeOrReturnType().ToTypeWithState(), GetRValueAnnotations(symbol)).State;
3193var resultState = ApplyUnconditionalAnnotations(resultType.ToTypeWithState(), GetRValueAnnotations(withExpr.CloneMethod));
5993return TypeWithState.Create(method.ReturnTypeWithAnnotations, GetRValueAnnotations(method));
8531operandType = ApplyUnconditionalAnnotations(operandType, GetRValueAnnotations(method));
9351variable.Expression, parameter.RefKind, parameter, parameter.TypeWithAnnotations, GetRValueAnnotations(parameter),
9833var resultType = ApplyUnconditionalAnnotations(indexer.TypeWithAnnotations.ToTypeWithState(), GetRValueAnnotations(indexer));
9892var memberAnnotations = GetRValueAnnotations(member);