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