15 references to ApplyLValueAnnotations
Microsoft.CodeAnalysis.CSharp (15)
FlowAnalysis\NullableWalker.cs (15)
2594ApplyLValueAnnotations(destinationType, destinationAnnotations), 3061var parameterLValueType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 4735var type = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(symbol), GetObjectInitializerMemberLValueAnnotations(symbol)); 5759var targetTypeWithNullability = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 8242targetTypeWithNullability: ApplyLValueAnnotations(parameterType, parameterAnnotations), 8274ReportNullableAssignmentIfNecessary(argumentNoConversion, ApplyLValueAnnotations(parameterType, parameterAnnotations), resultType, useLegacyWarnings: false); 8387targetType: ApplyLValueAnnotations(lValueType, leftAnnotations), 8404var lValueType = ApplyLValueAnnotations(declaredType, leftAnnotations); 10486var parameterType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 10658var parameterType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 11243leftLValueType = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(field), leftAnnotations); 11248leftLValueType = ApplyLValueAnnotations(LvalueResultType, leftAnnotations); 11298var lValueType = ApplyLValueAnnotations(type, annotations); 11571lvalueType = ApplyLValueAnnotations(lvalueType, leftAnnotations); 12020leftLvalueType = ApplyLValueAnnotations(leftLvalueType, leftArgumentAnnotations);