14 references to ApplyLValueAnnotations
Microsoft.CodeAnalysis.CSharp (14)
FlowAnalysis\NullableWalker.cs (14)
2545ApplyLValueAnnotations(destinationType, destinationAnnotations),
3004var parameterLValueType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations);
4476var type = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(symbol), GetObjectInitializerMemberLValueAnnotations(symbol));
5447var targetTypeWithNullability = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations);
7830targetTypeWithNullability: ApplyLValueAnnotations(parameterType, parameterAnnotations),
7862ReportNullableAssignmentIfNecessary(argumentNoConversion, ApplyLValueAnnotations(parameterType, parameterAnnotations), resultType, useLegacyWarnings: false);
7974targetType: ApplyLValueAnnotations(lValueType, leftAnnotations),
7991var lValueType = ApplyLValueAnnotations(declaredType, leftAnnotations);
9881var parameterType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations);
10462leftLValueType = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(field), leftAnnotations);
10467leftLValueType = ApplyLValueAnnotations(LvalueResultType, leftAnnotations);
10517var lValueType = ApplyLValueAnnotations(type, annotations);
10792lvalueType = ApplyLValueAnnotations(lvalueType, leftAnnotations);
11223leftLvalueType = ApplyLValueAnnotations(leftLvalueType, leftArgumentAnnotations);