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