12 references to ApplyLValueAnnotations
Microsoft.CodeAnalysis.CSharp (12)
FlowAnalysis\NullableWalker.cs (12)
2447ApplyLValueAnnotations(destinationType, destinationAnnotations),
2847var parameterLValueType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations);
4261var type = ApplyLValueAnnotations(symbol.GetTypeOrReturnType(), GetObjectInitializerMemberLValueAnnotations(symbol));
5115var targetTypeWithNullability = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations);
7380targetTypeWithNullability: ApplyLValueAnnotations(parameterType, parameterAnnotations),
7412ReportNullableAssignmentIfNecessary(argumentNoConversion, ApplyLValueAnnotations(parameterType, parameterAnnotations), resultType, useLegacyWarnings: false);
7524targetType: ApplyLValueAnnotations(lValueType, leftAnnotations),
7541var lValueType = ApplyLValueAnnotations(declaredType, leftAnnotations);
9382var parameterType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations);
9943TypeWithAnnotations leftLValueType = ApplyLValueAnnotations(declaredType, leftAnnotations);
9992var lValueType = ApplyLValueAnnotations(type, annotations);
10547leftLvalueType = ApplyLValueAnnotations(leftLvalueType, leftArgumentAnnotations);