2 writes to _type
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeParameterDeclarationExpression.cs (2)
120
_type
= new CodeTypeReference("");
126
_type
= value;
2 references to _type
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeParameterDeclarationExpression.cs (2)
118
if (
_type
== null)
122
return
_type
;