2 writes to _type
System.CodeDom (2)
System\CodeDom\CodeMemberEvent.cs (2)
15get => _type ??= new CodeTypeReference(""); 16set => _type = value;