14 references to ApplyLValueAnnotations
Microsoft.CodeAnalysis.CSharp (14)
FlowAnalysis\NullableWalker.cs (14)
2569ApplyLValueAnnotations(destinationType, destinationAnnotations), 3028var parameterLValueType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 4534var type = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(symbol), GetObjectInitializerMemberLValueAnnotations(symbol)); 5505var targetTypeWithNullability = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 7931targetTypeWithNullability: ApplyLValueAnnotations(parameterType, parameterAnnotations), 7963ReportNullableAssignmentIfNecessary(argumentNoConversion, ApplyLValueAnnotations(parameterType, parameterAnnotations), resultType, useLegacyWarnings: false); 8075targetType: ApplyLValueAnnotations(lValueType, leftAnnotations), 8092var lValueType = ApplyLValueAnnotations(declaredType, leftAnnotations); 10026var parameterType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 10607leftLValueType = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(field), leftAnnotations); 10612leftLValueType = ApplyLValueAnnotations(LvalueResultType, leftAnnotations); 10662var lValueType = ApplyLValueAnnotations(type, annotations); 10935lvalueType = ApplyLValueAnnotations(lvalueType, leftAnnotations); 11364leftLvalueType = ApplyLValueAnnotations(leftLvalueType, leftArgumentAnnotations);