3 writes to _delegateType
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.CodeDom\System\CodeDelegateCreateExpression.cs (3)
45
_delegateType
= delegateType;
61
_delegateType
= new CodeTypeReference("");
67
_delegateType
= value;
2 references to _delegateType
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeDelegateCreateExpression.cs (2)
59
if (
_delegateType
== null)
63
return
_delegateType
;