14 references to ApplyLValueAnnotations
Microsoft.CodeAnalysis.CSharp (14)
FlowAnalysis\NullableWalker.cs (14)
2571ApplyLValueAnnotations(destinationType, destinationAnnotations), 3030var parameterLValueType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 4538var type = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(symbol), GetObjectInitializerMemberLValueAnnotations(symbol)); 5509var targetTypeWithNullability = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 7935targetTypeWithNullability: ApplyLValueAnnotations(parameterType, parameterAnnotations), 7967ReportNullableAssignmentIfNecessary(argumentNoConversion, ApplyLValueAnnotations(parameterType, parameterAnnotations), resultType, useLegacyWarnings: false); 8079targetType: ApplyLValueAnnotations(lValueType, leftAnnotations), 8096var lValueType = ApplyLValueAnnotations(declaredType, leftAnnotations); 10031var parameterType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 10612leftLValueType = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(field), leftAnnotations); 10617leftLValueType = ApplyLValueAnnotations(LvalueResultType, leftAnnotations); 10667var lValueType = ApplyLValueAnnotations(type, annotations); 10940lvalueType = ApplyLValueAnnotations(lvalueType, leftAnnotations); 11369leftLvalueType = ApplyLValueAnnotations(leftLvalueType, leftArgumentAnnotations);