2 writes to type
System (2)
compmod\system\codedom\CodeVariableDeclarationStatement.cs (2)
132
type
= new CodeTypeReference("");
137
type
= value;
2 references to type
System (2)
compmod\system\codedom\CodeVariableDeclarationStatement.cs (2)
131
if (
type
== null) {
134
return
type
;