2 writes to _returnType
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeMemberMethod.cs (2)
72
_returnType
= new CodeTypeReference(typeof(void).FullName);
78
_returnType
= value;
2 references to _returnType
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeMemberMethod.cs (2)
70
if (
_returnType
== null)
74
return
_returnType
;