2 writes to compilerType
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\ServiceParser.cs (2)
573
compilerType
= buildProvider.GetDefaultCompilerTypeForLanguageInternal(language);
577
compilerType
= buildProvider.GetDefaultCompilerTypeInternal();
2 references to compilerType
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\ServiceParser.cs (2)
164
return
compilerType
;
596
ProcessCompilationParams(directive,
compilerType
.CompilerParameters);