1 write to _type
System.Web (1)
Configuration\EventMappingSettings.cs (1)
57set { _type = value; }
2 references to _type
System.Web (2)
Configuration\EventMappingSettings.cs (2)
56get { Debug.Assert(_type != null, "_type != null"); return _type; }