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