1 write to _cacheInfoList
PresentationBuildTasks (1)
MS\Internal\Tasks\CompilerState.cs (1)
61
_cacheInfoList
= new String[(int)CompilerStateType.MaxCount];
42 references to _cacheInfoList
PresentationBuildTasks (42)
MS\Internal\Tasks\CompilerState.cs (42)
93
Debug.Assert(
_cacheInfoList
.Length == (int)CompilerStateType.MaxCount, "The Cache string array should be already allocated.");
134
sw.WriteLine(
_cacheInfoList
[i]);
153
Debug.Assert(
_cacheInfoList
.Length == (int)CompilerStateType.MaxCount, "The Cache string array should be already allocated.");
187
_cacheInfoList
[i] = srCache.ReadLine();
305
get { return
_cacheInfoList
[(int)CompilerStateType.AssemblyName]; }
306
set {
_cacheInfoList
[(int)CompilerStateType.AssemblyName] = value; }
311
get { return
_cacheInfoList
[(int)CompilerStateType.AssemblyVersion]; }
312
set {
_cacheInfoList
[(int)CompilerStateType.AssemblyVersion] = value; }
317
get { return
_cacheInfoList
[(int)CompilerStateType.AssemblyPublicKeyToken]; }
318
set {
_cacheInfoList
[(int)CompilerStateType.AssemblyPublicKeyToken] = value; }
323
get { return
_cacheInfoList
[(int)CompilerStateType.OutputType]; }
324
set {
_cacheInfoList
[(int)CompilerStateType.OutputType] = value; }
329
get { return
_cacheInfoList
[(int)CompilerStateType.Language]; }
330
set {
_cacheInfoList
[(int)CompilerStateType.Language] = value; }
335
get { return
_cacheInfoList
[(int)CompilerStateType.LanguageSourceExtension]; }
336
set {
_cacheInfoList
[(int)CompilerStateType.LanguageSourceExtension] = value; }
341
get { return
_cacheInfoList
[(int)CompilerStateType.OutputPath]; }
342
set {
_cacheInfoList
[(int)CompilerStateType.OutputPath] = value; }
347
get { return
_cacheInfoList
[(int)CompilerStateType.RootNamespace]; }
348
set {
_cacheInfoList
[(int)CompilerStateType.RootNamespace] = value; }
353
get { return
_cacheInfoList
[(int)CompilerStateType.LocalizationDirectivesToLocFile]; }
354
set {
_cacheInfoList
[(int)CompilerStateType.LocalizationDirectivesToLocFile] = value; }
359
get { return
_cacheInfoList
[(int)CompilerStateType.HostInBrowser]; }
360
set {
_cacheInfoList
[(int)CompilerStateType.HostInBrowser] = value; }
365
get { return
_cacheInfoList
[(int)CompilerStateType.DefineConstants]; }
366
set {
_cacheInfoList
[(int)CompilerStateType.DefineConstants] = value; }
371
get { return
_cacheInfoList
[(int)CompilerStateType.ApplicationFile]; }
372
set {
_cacheInfoList
[(int)CompilerStateType.ApplicationFile] = value; }
377
get { return
_cacheInfoList
[(int)CompilerStateType.PageMarkup]; }
378
set {
_cacheInfoList
[(int)CompilerStateType.PageMarkup] = value; }
383
get { return
_cacheInfoList
[(int)CompilerStateType.ContentFiles]; }
384
set {
_cacheInfoList
[(int)CompilerStateType.ContentFiles] = value; }
389
get { return
_cacheInfoList
[(int)CompilerStateType.SourceCodeFiles]; }
390
set {
_cacheInfoList
[(int)CompilerStateType.SourceCodeFiles] = value; }
395
get { return
_cacheInfoList
[(int)CompilerStateType.References]; }
396
set {
_cacheInfoList
[(int)CompilerStateType.References] = value; }
401
get { return
_cacheInfoList
[(int)CompilerStateType.PageMarkupFileNames]; }
402
set {
_cacheInfoList
[(int)CompilerStateType.PageMarkupFileNames] = value; }
407
get { return
_cacheInfoList
[(int)CompilerStateType.SplashImage]; }
408
set {
_cacheInfoList
[(int)CompilerStateType.SplashImage] = value; }
413
get { return
_cacheInfoList
[(int)CompilerStateType.Pass2Required] == bool.TrueString; }
414
set {
_cacheInfoList
[(int)CompilerStateType.Pass2Required] = value.ToString(CultureInfo.InvariantCulture); }