2 writes to _targetType
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeCastExpression.cs (2)
79
_targetType
= new CodeTypeReference("");
85
_targetType
= value;
2 references to _targetType
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeCastExpression.cs (2)
77
if (
_targetType
== null)
81
return
_targetType
;