9 references to GetRValueAnnotations
Microsoft.CodeAnalysis.CSharp (9)
FlowAnalysis\NullableWalker.cs (9)
2966return ApplyUnconditionalAnnotations(GetTypeOrReturnTypeWithAnnotations(symbol).ToTypeWithState(), GetRValueAnnotations(symbol)).State;
3620var resultState = ApplyUnconditionalAnnotations(resultType.ToTypeWithState(), GetRValueAnnotations(withExpr.CloneMethod));
7389return TypeWithState.Create(method.ReturnTypeWithAnnotations, GetRValueAnnotations(method));
9620TypeWithState valueFieldType = ApplyUnconditionalAnnotations(valueField.TypeWithAnnotations.ToTypeWithState(), GetRValueAnnotations(valueField));
10590returnType = ApplyUnconditionalAnnotations(returnType, GetRValueAnnotations(method));
11552variable.Expression, parameter.RefKind, parameter, parameter.TypeWithAnnotations, GetRValueAnnotations(parameter),
12198FlowAnalysisAnnotations memberAnnotations = GetRValueAnnotations(updatedProperty);
12252var resultType = ApplyUnconditionalAnnotations(indexer.TypeWithAnnotations.ToTypeWithState(), GetRValueAnnotations(indexer));
12339var memberAnnotations = GetRValueAnnotations(member);