9 references to GetTypeOrReturnTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (9)
FlowAnalysis\NullableWalker.cs (9)
740
symbolType =
GetTypeOrReturnTypeWithAnnotations
(f);
852
var type =
GetTypeOrReturnTypeWithAnnotations
(memberToInitialize);
2731
TypeWithAnnotations fieldOrPropertyType =
GetTypeOrReturnTypeWithAnnotations
(member);
2895
return ApplyUnconditionalAnnotations(
GetTypeOrReturnTypeWithAnnotations
(symbol).ToTypeWithState(), GetRValueAnnotations(symbol)).State;
4420
Debug.Assert(
GetTypeOrReturnTypeWithAnnotations
(symbol).HasType);
4422
var type = ApplyLValueAnnotations(
GetTypeOrReturnTypeWithAnnotations
(symbol), GetObjectInitializerMemberLValueAnnotations(symbol));
8812
TrackNullableStateForAssignment(value,
GetTypeOrReturnTypeWithAnnotations
(symbol!), targetSlot, valueType, valueSlot);
10259
leftLValueType = ApplyLValueAnnotations(
GetTypeOrReturnTypeWithAnnotations
(field), leftAnnotations);
11131
var type =
GetTypeOrReturnTypeWithAnnotations
(member);