2 writes to _returnType
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeTypeDelegate.cs (2)
63
_returnType
= new CodeTypeReference("");
69
_returnType
= value;
2 references to _returnType
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeTypeDelegate.cs (2)
61
if (
_returnType
== null)
65
return
_returnType
;