10 references to GetTypeOrReturnTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
781
symbolType =
GetTypeOrReturnTypeWithAnnotations
(f);
894
var type =
GetTypeOrReturnTypeWithAnnotations
(memberToInitialize);
2793
TypeWithAnnotations fieldOrPropertyType =
GetTypeOrReturnTypeWithAnnotations
(member);
2957
return ApplyUnconditionalAnnotations(
GetTypeOrReturnTypeWithAnnotations
(symbol).ToTypeWithState(), GetRValueAnnotations(symbol)).State;
4801
Debug.Assert(
GetTypeOrReturnTypeWithAnnotations
(symbol).HasType);
4803
var type = ApplyLValueAnnotations(
GetTypeOrReturnTypeWithAnnotations
(symbol), GetObjectInitializerMemberLValueAnnotations(symbol));
9482
TrackNullableStateForAssignment(value,
GetTypeOrReturnTypeWithAnnotations
(symbol!), targetSlot, valueType, valueSlot);
11224
leftLValueType = ApplyLValueAnnotations(
GetTypeOrReturnTypeWithAnnotations
(field), leftAnnotations);
12139
TypeWithAnnotations typeWithAnnotations =
GetTypeOrReturnTypeWithAnnotations
(updatedProperty);
12270
var type =
GetTypeOrReturnTypeWithAnnotations
(member);