Base:
method
MakeSlot
Microsoft.CodeAnalysis.CSharp.LocalDataFlowPass<TLocalState, TLocalFunctionState>.MakeSlot(Microsoft.CodeAnalysis.CSharp.BoundExpression)
33 references to MakeSlot
Microsoft.CodeAnalysis.CSharp (33)
FlowAnalysis\NullableWalker.cs (30)
426
/// Used to allow <see cref="
MakeSlot
(BoundExpression)"/> to substitute the correct slot for a <see cref="BoundConditionalReceiver"/> when
2112
int containingSlot =
MakeSlot
(operand);
2128
return
MakeSlot
(conv.Operand);
3456
TrackNullableStateForAssignment(receiver, resultType, resultSlot, resultState,
MakeSlot
(receiver));
3583
TrackNullableStateForAssignment(initializer, type, slot, valueType,
MakeSlot
(initializer));
4066
int valueSlot =
MakeSlot
(operand);
4339
TrackNullableStateForAssignment(node.Right, type, slot, resultType,
MakeSlot
(node.Right));
4572
TrackNullableStateForAssignment(argument, property.TypeWithAnnotations, slot, argumentType,
MakeSlot
(argument));
5405
slot =
MakeSlot
(conditional.Receiver);
5437
slot =
MakeSlot
(operand);
5501
var slot =
MakeSlot
(expressionWithoutConversion);
5609
int leftSlot =
MakeSlot
(leftOperand);
5634
TrackNullableStateForAssignment(rightOperand, targetType, leftSlot, rightResult,
MakeSlot
(rightOperand));
5791
var slot =
MakeSlot
(node);
5877
var slot =
MakeSlot
(expr);
5912
var slot =
MakeSlot
(receiver);
7155
?
MakeSlot
(receiverOpt)
7577
trackNullableStateForAssignment(parameterValue, lValueType,
MakeSlot
(argument), parameterWithState, argument.IsSuppressed, parameterAnnotations);
7621
trackNullableStateForAssignment(parameterValue, lValueType,
MakeSlot
(argument), parameterWithState, argument.IsSuppressed, parameterAnnotations);
8557
TrackNullableStateForAssignment(value, field.TypeWithAnnotations, targetSlot, valueType,
MakeSlot
(value));
9054
int valueSlot =
MakeSlot
(conversionOperand);
9102
int valueSlot =
MakeSlot
(conversionOperand);
10043
TrackNullableStateForAssignment(right, leftLValueType,
MakeSlot
(left), rightState,
MakeSlot
(right));
10344
valueSlot =
MakeSlot
(rightPart);
10377
valueSlot =
MakeSlot
(rightPart);
10561
TrackNullableStateForAssignment(node, targetType: operandLvalue, targetSlot:
MakeSlot
(node.Operand), valueType: resultOfIncrementType);
10629
Debug.Assert(
MakeSlot
(node) == -1);
10630
TrackNullableStateForAssignment(node, leftLvalueType,
MakeSlot
(node.Left), resultTypeWithState);
10852
int containingSlot =
MakeSlot
(receiverOpt);
FlowAnalysis\NullableWalker_Patterns.cs (3)
28
int slot =
MakeSlot
(expression);
386
int originalInputSlot =
MakeSlot
(expression);
1050
return node.IsSuppressed ? GetOrCreatePlaceholderSlot(node) :
MakeSlot
(node);