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)
644
if (
_contextStack
is null)
650
return
_contextStack
;