10 references to GetTypeOrReturnTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
781symbolType = GetTypeOrReturnTypeWithAnnotations(f); 894var type = GetTypeOrReturnTypeWithAnnotations(memberToInitialize); 2788TypeWithAnnotations fieldOrPropertyType = GetTypeOrReturnTypeWithAnnotations(member); 2952return ApplyUnconditionalAnnotations(GetTypeOrReturnTypeWithAnnotations(symbol).ToTypeWithState(), GetRValueAnnotations(symbol)).State; 4733Debug.Assert(GetTypeOrReturnTypeWithAnnotations(symbol).HasType); 4735var type = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(symbol), GetObjectInitializerMemberLValueAnnotations(symbol)); 9495TrackNullableStateForAssignment(value, GetTypeOrReturnTypeWithAnnotations(symbol!), targetSlot, valueType, valueSlot); 11243leftLValueType = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(field), leftAnnotations); 12187TypeWithAnnotations typeWithAnnotations = GetTypeOrReturnTypeWithAnnotations(updatedProperty); 12328var type = GetTypeOrReturnTypeWithAnnotations(member);