3 writes to _type
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.CodeDom\System\CodeDefaultValueExpression.cs (3)
28
_type
= type;
37
_type
= new CodeTypeReference("");
43
_type
= value;
2 references to _type
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeDefaultValueExpression.cs (2)
35
if (
_type
== null)
39
return
_type
;