10 references to GetTypeOrReturnTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
763
symbolType =
GetTypeOrReturnTypeWithAnnotations
(f);
875
var type =
GetTypeOrReturnTypeWithAnnotations
(memberToInitialize);
2755
TypeWithAnnotations fieldOrPropertyType =
GetTypeOrReturnTypeWithAnnotations
(member);
2919
return ApplyUnconditionalAnnotations(
GetTypeOrReturnTypeWithAnnotations
(symbol).ToTypeWithState(), GetRValueAnnotations(symbol)).State;
4532
Debug.Assert(
GetTypeOrReturnTypeWithAnnotations
(symbol).HasType);
4534
var type = ApplyLValueAnnotations(
GetTypeOrReturnTypeWithAnnotations
(symbol), GetObjectInitializerMemberLValueAnnotations(symbol));
9153
TrackNullableStateForAssignment(value,
GetTypeOrReturnTypeWithAnnotations
(symbol!), targetSlot, valueType, valueSlot);
10608
leftLValueType = ApplyLValueAnnotations(
GetTypeOrReturnTypeWithAnnotations
(field), leftAnnotations);
11500
TypeWithAnnotations typeWithAnnotations =
GetTypeOrReturnTypeWithAnnotations
(updatedProperty);
11616
var type =
GetTypeOrReturnTypeWithAnnotations
(member);