14 references to ApplyLValueAnnotations
Microsoft.CodeAnalysis.CSharp (14)
FlowAnalysis\NullableWalker.cs (14)
2551ApplyLValueAnnotations(destinationType, destinationAnnotations),
3010var parameterLValueType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations);
4483var type = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(symbol), GetObjectInitializerMemberLValueAnnotations(symbol));
5454var targetTypeWithNullability = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations);
7839targetTypeWithNullability: ApplyLValueAnnotations(parameterType, parameterAnnotations),
7871ReportNullableAssignmentIfNecessary(argumentNoConversion, ApplyLValueAnnotations(parameterType, parameterAnnotations), resultType, useLegacyWarnings: false);
7983targetType: ApplyLValueAnnotations(lValueType, leftAnnotations),
8000var lValueType = ApplyLValueAnnotations(declaredType, leftAnnotations);
9889var parameterType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations);
10470leftLValueType = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(field), leftAnnotations);
10475leftLValueType = ApplyLValueAnnotations(LvalueResultType, leftAnnotations);
10525var lValueType = ApplyLValueAnnotations(type, annotations);
10800lvalueType = ApplyLValueAnnotations(lvalueType, leftAnnotations);
11231leftLvalueType = ApplyLValueAnnotations(leftLvalueType, leftArgumentAnnotations);