2 writes to _createType
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeObjectCreateExpression.cs (2)
78
_createType
= new CodeTypeReference("");
84
_createType
= value;
2 references to _createType
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeObjectCreateExpression.cs (2)
76
if (
_createType
== null)
80
return
_createType
;