2 writes to _type
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeMemberEvent.cs (2)
47
_type
= new CodeTypeReference("");
53
_type
= value;
2 references to _type
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeMemberEvent.cs (2)
45
if (
_type
== null)
49
return
_type
;