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