15 references to ApplyLValueAnnotations
Microsoft.CodeAnalysis.CSharp (15)
FlowAnalysis\NullableWalker.cs (15)
2606ApplyLValueAnnotations(destinationType, destinationAnnotations),
3066var parameterLValueType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations);
4803var type = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(symbol), GetObjectInitializerMemberLValueAnnotations(symbol));
5775var targetTypeWithNullability = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations);
8229targetTypeWithNullability: ApplyLValueAnnotations(parameterType, parameterAnnotations),
8261ReportNullableAssignmentIfNecessary(argumentNoConversion, ApplyLValueAnnotations(parameterType, parameterAnnotations), resultType, useLegacyWarnings: false);
8374targetType: ApplyLValueAnnotations(lValueType, leftAnnotations),
8391var lValueType = ApplyLValueAnnotations(declaredType, leftAnnotations);
10473var parameterType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations);
10639var parameterType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations);
11224leftLValueType = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(field), leftAnnotations);
11229leftLValueType = ApplyLValueAnnotations(LvalueResultType, leftAnnotations);
11279var lValueType = ApplyLValueAnnotations(type, annotations);
11553lvalueType = ApplyLValueAnnotations(lvalueType, leftAnnotations);
12002leftLvalueType = ApplyLValueAnnotations(leftLvalueType, leftArgumentAnnotations);