43 references to CompilerStateType
PresentationBuildTasks (43)
MS\Internal\Tasks\CompilerState.cs (43)
60_cacheInfoList = new String[(int)CompilerStateType.MaxCount]; 92Debug.Assert(_cacheInfoList.Length == (int)CompilerStateType.MaxCount, "The Cache string array should be already allocated."); 131for (int i =0; i<(int)CompilerStateType.MaxCount; i++) 152Debug.Assert(_cacheInfoList.Length == (int)CompilerStateType.MaxCount, "The Cache string array should be already allocated."); 181if (i >= (int)CompilerStateType.MaxCount) 304get { return _cacheInfoList[(int)CompilerStateType.AssemblyName]; } 305set { _cacheInfoList[(int)CompilerStateType.AssemblyName] = value; } 310get { return _cacheInfoList[(int)CompilerStateType.AssemblyVersion]; } 311set { _cacheInfoList[(int)CompilerStateType.AssemblyVersion] = value; } 316get { return _cacheInfoList[(int)CompilerStateType.AssemblyPublicKeyToken]; } 317set { _cacheInfoList[(int)CompilerStateType.AssemblyPublicKeyToken] = value; } 322get { return _cacheInfoList[(int)CompilerStateType.OutputType]; } 323set { _cacheInfoList[(int)CompilerStateType.OutputType] = value; } 328get { return _cacheInfoList[(int)CompilerStateType.Language]; } 329set { _cacheInfoList[(int)CompilerStateType.Language] = value; } 334get { return _cacheInfoList[(int)CompilerStateType.LanguageSourceExtension]; } 335set { _cacheInfoList[(int)CompilerStateType.LanguageSourceExtension] = value; } 340get { return _cacheInfoList[(int)CompilerStateType.OutputPath]; } 341set { _cacheInfoList[(int)CompilerStateType.OutputPath] = value; } 346get { return _cacheInfoList[(int)CompilerStateType.RootNamespace]; } 347set { _cacheInfoList[(int)CompilerStateType.RootNamespace] = value; } 352get { return _cacheInfoList[(int)CompilerStateType.LocalizationDirectivesToLocFile]; } 353set { _cacheInfoList[(int)CompilerStateType.LocalizationDirectivesToLocFile] = value; } 358get { return _cacheInfoList[(int)CompilerStateType.HostInBrowser]; } 359set { _cacheInfoList[(int)CompilerStateType.HostInBrowser] = value; } 364get { return _cacheInfoList[(int)CompilerStateType.DefineConstants]; } 365set { _cacheInfoList[(int)CompilerStateType.DefineConstants] = value; } 370get { return _cacheInfoList[(int)CompilerStateType.ApplicationFile]; } 371set { _cacheInfoList[(int)CompilerStateType.ApplicationFile] = value; } 376get { return _cacheInfoList[(int)CompilerStateType.PageMarkup]; } 377set { _cacheInfoList[(int)CompilerStateType.PageMarkup] = value; } 382get { return _cacheInfoList[(int)CompilerStateType.ContentFiles]; } 383set { _cacheInfoList[(int)CompilerStateType.ContentFiles] = value; } 388get { return _cacheInfoList[(int)CompilerStateType.SourceCodeFiles]; } 389set { _cacheInfoList[(int)CompilerStateType.SourceCodeFiles] = value; } 394get { return _cacheInfoList[(int)CompilerStateType.References]; } 395set { _cacheInfoList[(int)CompilerStateType.References] = value; } 400get { return _cacheInfoList[(int)CompilerStateType.PageMarkupFileNames]; } 401set { _cacheInfoList[(int)CompilerStateType.PageMarkupFileNames] = value; } 406get { return _cacheInfoList[(int)CompilerStateType.SplashImage]; } 407set { _cacheInfoList[(int)CompilerStateType.SplashImage] = value; } 412get { return _cacheInfoList[(int)CompilerStateType.Pass2Required] == bool.TrueString; } 413set { _cacheInfoList[(int)CompilerStateType.Pass2Required] = value.ToString(CultureInfo.InvariantCulture); }