14 references to GetOrCreatePlaceholderSlot
Microsoft.CodeAnalysis.CSharp (14)
FlowAnalysis\NullableWalker.cs (13)
3612
var resultSlot =
GetOrCreatePlaceholderSlot
(withExpr);
4403
slot =
GetOrCreatePlaceholderSlot
(node);
5043
int receiverSlot =
GetOrCreatePlaceholderSlot
(node);
9395
int slot =
GetOrCreatePlaceholderSlot
(node);
9609
conversionOperandSlot =
GetOrCreatePlaceholderSlot
(conversionOperand);
10001
int containingSlot = conversionOpt is null ? targetInstanceSlotOpt :
GetOrCreatePlaceholderSlot
(conversionOpt);
10058
int containingSlot = conversionOpt is null ? targetInstanceSlotOpt :
GetOrCreatePlaceholderSlot
(conversionOpt);
10108
int slot =
GetOrCreatePlaceholderSlot
(conversionOpt);
10134
int slot =
GetOrCreatePlaceholderSlot
(conversionOpt);
10700
int containingSlot =
GetOrCreatePlaceholderSlot
(unionInstance);
11715
extensionReceiverSlot = MakeSlot(node.Operand) is > 0 and int slot ? slot :
GetOrCreatePlaceholderSlot
(node.Operand);
11908
extensionReceiverSlot = MakeSlot(node.Left) is > 0 and int slot ? slot :
GetOrCreatePlaceholderSlot
(node.Left);
13100
int slot =
GetOrCreatePlaceholderSlot
(node);
FlowAnalysis\NullableWalker_Patterns.cs (1)
1152
return node.IsSuppressed ?
GetOrCreatePlaceholderSlot
(node) : MakeSlot(node);