1 write to _type
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerInfo.cs (1)
47
_type
= Type.GetType(_codeDomProviderTypeName);
4 references to _type
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerInfo.cs (4)
41
if (
_type
== null)
45
if (
_type
== null)
48
if (
_type
== null)
56
return
_type
;