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