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