13 references to ApplyLValueAnnotations
Microsoft.CodeAnalysis.CSharp (13)
FlowAnalysis\NullableWalker.cs (13)
2545ApplyLValueAnnotations(destinationType, destinationAnnotations),
3004var parameterLValueType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations);
4476var type = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(symbol), GetObjectInitializerMemberLValueAnnotations(symbol));
5447var targetTypeWithNullability = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations);
7836targetTypeWithNullability: ApplyLValueAnnotations(parameterType, parameterAnnotations),
7868ReportNullableAssignmentIfNecessary(argumentNoConversion, ApplyLValueAnnotations(parameterType, parameterAnnotations), resultType, useLegacyWarnings: false);
7980targetType: ApplyLValueAnnotations(lValueType, leftAnnotations),
7997var lValueType = ApplyLValueAnnotations(declaredType, leftAnnotations);
9877var parameterType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations);
10458leftLValueType = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(field), leftAnnotations);
10463leftLValueType = ApplyLValueAnnotations(LvalueResultType, leftAnnotations);
10513var lValueType = ApplyLValueAnnotations(type, annotations);
11219leftLvalueType = ApplyLValueAnnotations(leftLvalueType, leftArgumentAnnotations);