7 references to GetRValueAnnotations
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\NullableWalker.cs (7)
2739=> ApplyUnconditionalAnnotations(symbol.GetTypeOrReturnType().ToTypeWithState(), GetRValueAnnotations(symbol)).State; 3392var resultState = ApplyUnconditionalAnnotations(resultType.ToTypeWithState(), GetRValueAnnotations(withExpr.CloneMethod)); 6572return TypeWithState.Create(method.ReturnTypeWithAnnotations, GetRValueAnnotations(method)); 9425operandType = ApplyUnconditionalAnnotations(operandType, GetRValueAnnotations(method)); 10235variable.Expression, parameter.RefKind, parameter, parameter.TypeWithAnnotations, GetRValueAnnotations(parameter), 10702var resultType = ApplyUnconditionalAnnotations(indexer.TypeWithAnnotations.ToTypeWithState(), GetRValueAnnotations(indexer)); 10773var memberAnnotations = GetRValueAnnotations(member);