43 references to CompilerStateType
PresentationBuildTasks (43)
MS\Internal\Tasks\CompilerState.cs (43)
64
_cacheInfoList = new String[(int)
CompilerStateType
.MaxCount];
96
Debug.Assert(_cacheInfoList.Length == (int)
CompilerStateType
.MaxCount, "The Cache string array should be already allocated.");
135
for (int i =0; i<(int)
CompilerStateType
.MaxCount; i++)
156
Debug.Assert(_cacheInfoList.Length == (int)
CompilerStateType
.MaxCount, "The Cache string array should be already allocated.");
185
if (i >= (int)
CompilerStateType
.MaxCount)
308
get { return _cacheInfoList[(int)
CompilerStateType
.AssemblyName]; }
309
set { _cacheInfoList[(int)
CompilerStateType
.AssemblyName] = value; }
314
get { return _cacheInfoList[(int)
CompilerStateType
.AssemblyVersion]; }
315
set { _cacheInfoList[(int)
CompilerStateType
.AssemblyVersion] = value; }
320
get { return _cacheInfoList[(int)
CompilerStateType
.AssemblyPublicKeyToken]; }
321
set { _cacheInfoList[(int)
CompilerStateType
.AssemblyPublicKeyToken] = value; }
326
get { return _cacheInfoList[(int)
CompilerStateType
.OutputType]; }
327
set { _cacheInfoList[(int)
CompilerStateType
.OutputType] = value; }
332
get { return _cacheInfoList[(int)
CompilerStateType
.Language]; }
333
set { _cacheInfoList[(int)
CompilerStateType
.Language] = value; }
338
get { return _cacheInfoList[(int)
CompilerStateType
.LanguageSourceExtension]; }
339
set { _cacheInfoList[(int)
CompilerStateType
.LanguageSourceExtension] = value; }
344
get { return _cacheInfoList[(int)
CompilerStateType
.OutputPath]; }
345
set { _cacheInfoList[(int)
CompilerStateType
.OutputPath] = value; }
350
get { return _cacheInfoList[(int)
CompilerStateType
.RootNamespace]; }
351
set { _cacheInfoList[(int)
CompilerStateType
.RootNamespace] = value; }
356
get { return _cacheInfoList[(int)
CompilerStateType
.LocalizationDirectivesToLocFile]; }
357
set { _cacheInfoList[(int)
CompilerStateType
.LocalizationDirectivesToLocFile] = value; }
362
get { return _cacheInfoList[(int)
CompilerStateType
.HostInBrowser]; }
363
set { _cacheInfoList[(int)
CompilerStateType
.HostInBrowser] = value; }
368
get { return _cacheInfoList[(int)
CompilerStateType
.DefineConstants]; }
369
set { _cacheInfoList[(int)
CompilerStateType
.DefineConstants] = value; }
374
get { return _cacheInfoList[(int)
CompilerStateType
.ApplicationFile]; }
375
set { _cacheInfoList[(int)
CompilerStateType
.ApplicationFile] = value; }
380
get { return _cacheInfoList[(int)
CompilerStateType
.PageMarkup]; }
381
set { _cacheInfoList[(int)
CompilerStateType
.PageMarkup] = value; }
386
get { return _cacheInfoList[(int)
CompilerStateType
.ContentFiles]; }
387
set { _cacheInfoList[(int)
CompilerStateType
.ContentFiles] = value; }
392
get { return _cacheInfoList[(int)
CompilerStateType
.SourceCodeFiles]; }
393
set { _cacheInfoList[(int)
CompilerStateType
.SourceCodeFiles] = value; }
398
get { return _cacheInfoList[(int)
CompilerStateType
.References]; }
399
set { _cacheInfoList[(int)
CompilerStateType
.References] = value; }
404
get { return _cacheInfoList[(int)
CompilerStateType
.PageMarkupFileNames]; }
405
set { _cacheInfoList[(int)
CompilerStateType
.PageMarkupFileNames] = value; }
410
get { return _cacheInfoList[(int)
CompilerStateType
.SplashImage]; }
411
set { _cacheInfoList[(int)
CompilerStateType
.SplashImage] = value; }
416
get { return _cacheInfoList[(int)
CompilerStateType
.Pass2Required] == bool.TrueString; }
417
set { _cacheInfoList[(int)
CompilerStateType
.Pass2Required] = value.ToString(CultureInfo.InvariantCulture); }