2 writes to _type
System.CodeDom (2)
System\CodeDom\CodeVariableDeclarationStatement.cs (2)
62
get =>
_type
??= new CodeTypeReference("");
63
set =>
_type
= value;