13 references to ApplyLValueAnnotations
Microsoft.CodeAnalysis.CSharp (13)
FlowAnalysis\NullableWalker.cs (13)
2530ApplyLValueAnnotations(destinationType, destinationAnnotations),
2989var parameterLValueType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations);
4406var type = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(symbol), GetObjectInitializerMemberLValueAnnotations(symbol));
5262var targetTypeWithNullability = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations);
7541targetTypeWithNullability: ApplyLValueAnnotations(parameterType, parameterAnnotations),
7573ReportNullableAssignmentIfNecessary(argumentNoConversion, ApplyLValueAnnotations(parameterType, parameterAnnotations), resultType, useLegacyWarnings: false);
7685targetType: ApplyLValueAnnotations(lValueType, leftAnnotations),
7702var lValueType = ApplyLValueAnnotations(declaredType, leftAnnotations);
9547var parameterType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations);
10117leftLValueType = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(field), leftAnnotations);
10122leftLValueType = ApplyLValueAnnotations(LvalueResultType, leftAnnotations);
10172var lValueType = ApplyLValueAnnotations(type, annotations);
10728leftLvalueType = ApplyLValueAnnotations(leftLvalueType, leftArgumentAnnotations);