3 references to IsSlotMember
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
2120
if (containingSlot > 0 && !
IsSlotMember
(containingSlot, symbol))
2627
if (!
IsSlotMember
(targetContainerSlot, member))
4205
return (containingSlot < 0 || !
IsSlotMember
(containingSlot, symbol)) ? -1 : GetOrCreateSlot(symbol, containingSlot);