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