2 writes to _compilerParams
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerInfo.cs (2)
117
_compilerParams
= compilerParams;
126
_compilerParams
= compilerParams;
5 references to _compilerParams
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerInfo.cs (5)
150
copy.IncludeDebugInformation =
_compilerParams
.IncludeDebugInformation;
151
copy.TreatWarningsAsErrors =
_compilerParams
.TreatWarningsAsErrors;
152
copy.WarningLevel =
_compilerParams
.WarningLevel;
153
copy.CompilerOptions =
_compilerParams
.CompilerOptions;
175
return
_compilerParams
;