2 writes to _type
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeVariableDeclarationStatement.cs (2)
145
_type
= new CodeTypeReference("");
151
_type
= value;
2 references to _type
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeVariableDeclarationStatement.cs (2)
143
if (
_type
== null)
147
return
_type
;