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)
195
Debug.Assert(_documentType is null &&
_documentNamespace
is null, "We have no compile unit but we still have a type or namespace. Our state is inconsistent.");
832
Debug.Assert(
_documentNamespace
is not null, "EnsureDocument didn't create a document namespace");
844
SetBaseComponentClassName($"{
_documentNamespace
.Name}.{_documentType.Name}");