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