10 references to GetTypeOrReturnTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
746symbolType = GetTypeOrReturnTypeWithAnnotations(f); 858var type = GetTypeOrReturnTypeWithAnnotations(memberToInitialize); 2737TypeWithAnnotations fieldOrPropertyType = GetTypeOrReturnTypeWithAnnotations(member); 2901return ApplyUnconditionalAnnotations(GetTypeOrReturnTypeWithAnnotations(symbol).ToTypeWithState(), GetRValueAnnotations(symbol)).State; 4481Debug.Assert(GetTypeOrReturnTypeWithAnnotations(symbol).HasType); 4483var type = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(symbol), GetObjectInitializerMemberLValueAnnotations(symbol)); 9015TrackNullableStateForAssignment(value, GetTypeOrReturnTypeWithAnnotations(symbol!), targetSlot, valueType, valueSlot); 10470leftLValueType = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(field), leftAnnotations); 11366TypeWithAnnotations typeWithAnnotations = GetTypeOrReturnTypeWithAnnotations(updatedProperty); 11482var type = GetTypeOrReturnTypeWithAnnotations(member);