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