8 references to GetTypeOrReturnType
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\NullableWalker.cs (8)
2780return GetTypeOrReturnType(_variables[slot].Symbol);
2815var actualType = GetTypeOrReturnType(_variables[targetSlot].Symbol);
2835InheritDefaultState(GetTypeOrReturnType(symbol), slot);
4341Debug.Assert(TypeSymbol.Equals(objectInitializer.Type, GetTypeOrReturnType(symbol), TypeCompareKind.IgnoreNullableModifiersForReferenceTypes));
4358Action<int, TypeSymbol>? nestedCompletion = VisitObjectCreationInitializer(slot, GetTypeOrReturnType(symbol), initializer, delayCompletionForType);
4391nestedCompletion?.Invoke(slot, GetTypeOrReturnType(symbol));
5634MarkDependentSlotsNotNull(childSlot, GetTypeOrReturnType(member), ref state, depth - 1);
6753if (GetTypeOrReturnType(parameter.ContainingSymbol).SpecialType != SpecialType.System_Boolean)