9 references to GetRValueAnnotations
Microsoft.CodeAnalysis.CSharp (9)
FlowAnalysis\NullableWalker.cs (9)
2952return ApplyUnconditionalAnnotations(GetTypeOrReturnTypeWithAnnotations(symbol).ToTypeWithState(), GetRValueAnnotations(symbol)).State;
3606var resultState = ApplyUnconditionalAnnotations(resultType.ToTypeWithState(), GetRValueAnnotations(withExpr.CloneMethod));
7375return TypeWithState.Create(method.ReturnTypeWithAnnotations, GetRValueAnnotations(method));
9606TypeWithState valueFieldType = ApplyUnconditionalAnnotations(valueField.TypeWithAnnotations.ToTypeWithState(), GetRValueAnnotations(valueField));
10576returnType = ApplyUnconditionalAnnotations(returnType, GetRValueAnnotations(method));
11542variable.Expression, parameter.RefKind, parameter, parameter.TypeWithAnnotations, GetRValueAnnotations(parameter),
12188FlowAnalysisAnnotations memberAnnotations = GetRValueAnnotations(updatedProperty);
12242var resultType = ApplyUnconditionalAnnotations(indexer.TypeWithAnnotations.ToTypeWithState(), GetRValueAnnotations(indexer));
12329var memberAnnotations = GetRValueAnnotations(member);