10 references to GetTypeOrReturnTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
763symbolType = GetTypeOrReturnTypeWithAnnotations(f); 876var type = GetTypeOrReturnTypeWithAnnotations(memberToInitialize); 2756TypeWithAnnotations fieldOrPropertyType = GetTypeOrReturnTypeWithAnnotations(member); 2920return ApplyUnconditionalAnnotations(GetTypeOrReturnTypeWithAnnotations(symbol).ToTypeWithState(), GetRValueAnnotations(symbol)).State; 4690Debug.Assert(GetTypeOrReturnTypeWithAnnotations(symbol).HasType); 4692var type = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(symbol), GetObjectInitializerMemberLValueAnnotations(symbol)); 9321TrackNullableStateForAssignment(value, GetTypeOrReturnTypeWithAnnotations(symbol!), targetSlot, valueType, valueSlot); 10775leftLValueType = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(field), leftAnnotations); 11677TypeWithAnnotations typeWithAnnotations = GetTypeOrReturnTypeWithAnnotations(updatedProperty); 11799var type = GetTypeOrReturnTypeWithAnnotations(member);