4 references to NominalSlotType
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker_Patterns.cs (2)
415Debug.Assert(isDerivedType(NominalSlotType(originalInputSlot), expressionTypeWithState.Type)); 865Debug.Assert(NominalSlotType(slot) is var slotType && (slotType.IsErrorType() || isDerivedType(slotType, type)));
FlowAnalysis\NullableWalker.cs (2)
2822TypeSymbol possibleDerived = NominalSlotType(slot); 12471Debug.Assert(TypeSymbol.Equals(NominalSlotType(containingSlot), containingType, TypeCompareKind.IgnoreNullableModifiersForReferenceTypes));