2 writes to _master
System.Web (2)
UI\MasterPage.cs (2)
113_master = MasterPage.CreateMaster(this, Context, _masterPageFile, _contentTemplateCollection); 144_master = null;
5 references to _master
System.Web (5)
UI\MasterPage.cs (5)
112if (_master == null && !_masterPageApplied) { 116return _master; 141if (_master != null && Controls.Contains(_master)) { 142Controls.Remove(_master);