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