1 write to _dirType
System.Web (1)
Compilation\CodeDirectoryCompiler.cs (1)
284_dirType = dirType;
10 references to _dirType
System.Web (10)
Compilation\CodeDirectoryCompiler.cs (10)
291if (_dirType == CodeDirectoryType.MainCode && ProfileBuildProvider.HasCompilableProfile) { 309if (_dirType == CodeDirectoryType.WebReferences) { 317else if (_dirType == CodeDirectoryType.AppResources) { 320else if (_dirType == CodeDirectoryType.LocalResources) { 323else if (_dirType == CodeDirectoryType.MainCode || _dirType == CodeDirectoryType.SubCode) { 348if (_dirType == CodeDirectoryType.WebReferences) 352if (IsResourceCodeDirectoryType(_dirType)) { 359(IsResourceCodeDirectoryType(_dirType)) ? 369if (_dirType == CodeDirectoryType.LocalResources && buildProvider is BaseResourcesBuildProvider) {