10 references to GetTypeOrReturnTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
781
symbolType =
GetTypeOrReturnTypeWithAnnotations
(f);
894
var type =
GetTypeOrReturnTypeWithAnnotations
(memberToInitialize);
2802
TypeWithAnnotations fieldOrPropertyType =
GetTypeOrReturnTypeWithAnnotations
(member);
2966
return ApplyUnconditionalAnnotations(
GetTypeOrReturnTypeWithAnnotations
(symbol).ToTypeWithState(), GetRValueAnnotations(symbol)).State;
4747
Debug.Assert(
GetTypeOrReturnTypeWithAnnotations
(symbol).HasType);
4749
var type = ApplyLValueAnnotations(
GetTypeOrReturnTypeWithAnnotations
(symbol), GetObjectInitializerMemberLValueAnnotations(symbol));
9509
TrackNullableStateForAssignment(value,
GetTypeOrReturnTypeWithAnnotations
(symbol!), targetSlot, valueType, valueSlot);
11253
leftLValueType = ApplyLValueAnnotations(
GetTypeOrReturnTypeWithAnnotations
(field), leftAnnotations);
12197
TypeWithAnnotations typeWithAnnotations =
GetTypeOrReturnTypeWithAnnotations
(updatedProperty);
12338
var type =
GetTypeOrReturnTypeWithAnnotations
(member);