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