13 references to ApplyLValueAnnotations
Microsoft.CodeAnalysis.CSharp (13)
FlowAnalysis\NullableWalker.cs (13)
2380ApplyLValueAnnotations(destinationType, destinationAnnotations),
2769var parameterLValueType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations);
3861var type = ApplyLValueAnnotations(symbol.GetTypeOrReturnType(), GetObjectInitializerMemberLValueAnnotations(symbol));
4672var targetTypeWithNullability = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations);
6586targetTypeWithNullability: ApplyLValueAnnotations(parameterType, parameterAnnotations),
6618ReportNullableAssignmentIfNecessary(argumentNoConversion, ApplyLValueAnnotations(parameterType, parameterAnnotations), resultType, useLegacyWarnings: false);
6730targetType: ApplyLValueAnnotations(lValueType, leftAnnotations),
6747var lValueType = ApplyLValueAnnotations(declaredType, leftAnnotations);
8488var parameterType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations);
9058TypeWithAnnotations leftLValueType = ApplyLValueAnnotations(declaredType, leftAnnotations);
9107var lValueType = ApplyLValueAnnotations(type, annotations);
9380lvalueType = ApplyLValueAnnotations(lvalueType, leftAnnotations);
9677leftLValueType = ApplyLValueAnnotations(leftLValueType, leftAnnotations);