10 references to GetTypeOrReturnTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
765
symbolType =
GetTypeOrReturnTypeWithAnnotations
(f);
877
var type =
GetTypeOrReturnTypeWithAnnotations
(memberToInitialize);
2757
TypeWithAnnotations fieldOrPropertyType =
GetTypeOrReturnTypeWithAnnotations
(member);
2921
return ApplyUnconditionalAnnotations(
GetTypeOrReturnTypeWithAnnotations
(symbol).ToTypeWithState(), GetRValueAnnotations(symbol)).State;
4536
Debug.Assert(
GetTypeOrReturnTypeWithAnnotations
(symbol).HasType);
4538
var type = ApplyLValueAnnotations(
GetTypeOrReturnTypeWithAnnotations
(symbol), GetObjectInitializerMemberLValueAnnotations(symbol));
9157
TrackNullableStateForAssignment(value,
GetTypeOrReturnTypeWithAnnotations
(symbol!), targetSlot, valueType, valueSlot);
10612
leftLValueType = ApplyLValueAnnotations(
GetTypeOrReturnTypeWithAnnotations
(field), leftAnnotations);
11504
TypeWithAnnotations typeWithAnnotations =
GetTypeOrReturnTypeWithAnnotations
(updatedProperty);
11620
var type =
GetTypeOrReturnTypeWithAnnotations
(member);