2 writes to _type
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeTypeOfExpression.cs (2)
73
_type
= new CodeTypeReference("");
79
_type
= value;
2 references to _type
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeTypeOfExpression.cs (2)
71
if (
_type
== null)
75
return
_type
;