2 writes to _documentNamespace
System.Windows.Forms.Design (2)
System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.cs (2)
75_documentNamespace = null; 323_documentNamespace = codeNamespace;
3 references to _documentNamespace
System.Windows.Forms.Design (3)
System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.cs (3)
195Debug.Assert(_documentType is null && _documentNamespace is null, "We have no compile unit but we still have a type or namespace. Our state is inconsistent."); 832Debug.Assert(_documentNamespace is not null, "EnsureDocument didn't create a document namespace"); 844SetBaseComponentClassName($"{_documentNamespace.Name}.{_documentType.Name}");