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)
70if (_returnType == null) 74return _returnType;