2 writes to _contextStack
System.Windows.Forms.Design (2)
System\ComponentModel\Design\Serialization\DesignerSerializationManager.cs (2)
617_contextStack = null; 647_contextStack = new ContextStack();
2 references to _contextStack
System.Windows.Forms.Design (2)
System\ComponentModel\Design\Serialization\DesignerSerializationManager.cs (2)
644if (_contextStack is null) 650return _contextStack;