10 references to GetTypeOrReturnTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
787
symbolType =
GetTypeOrReturnTypeWithAnnotations
(f);
906
var type =
GetTypeOrReturnTypeWithAnnotations
(memberToInitialize);
2844
TypeWithAnnotations fieldOrPropertyType =
GetTypeOrReturnTypeWithAnnotations
(member);
3008
return ApplyUnconditionalAnnotations(
GetTypeOrReturnTypeWithAnnotations
(symbol).ToTypeWithState(), GetRValueAnnotations(symbol)).State;
4789
Debug.Assert(
GetTypeOrReturnTypeWithAnnotations
(symbol).HasType);
4791
var type = ApplyLValueAnnotations(
GetTypeOrReturnTypeWithAnnotations
(symbol), GetObjectInitializerMemberLValueAnnotations(symbol));
9567
TrackNullableStateForAssignment(value,
GetTypeOrReturnTypeWithAnnotations
(symbol!), targetSlot, valueType, valueSlot);
11315
leftLValueType = ApplyLValueAnnotations(
GetTypeOrReturnTypeWithAnnotations
(field), leftAnnotations);
12266
TypeWithAnnotations typeWithAnnotations =
GetTypeOrReturnTypeWithAnnotations
(updatedProperty);
12407
var type =
GetTypeOrReturnTypeWithAnnotations
(member);