43 references to CompilerStateType
PresentationBuildTasks (43)
BuildTasks\MS\Internal\Tasks\CompilerState.cs (43)
69
_cacheInfoList = new String[(int)
CompilerStateType
.MaxCount];
101
Debug.Assert(_cacheInfoList.Length == (int)
CompilerStateType
.MaxCount, "The Cache string array should be already allocated.");
140
for (int i =0; i<(int)
CompilerStateType
.MaxCount; i++)
161
Debug.Assert(_cacheInfoList.Length == (int)
CompilerStateType
.MaxCount, "The Cache string array should be already allocated.");
190
if (i >= (int)
CompilerStateType
.MaxCount)
270
get { return _cacheInfoList[(int)
CompilerStateType
.AssemblyName]; }
271
set { _cacheInfoList[(int)
CompilerStateType
.AssemblyName] = value; }
276
get { return _cacheInfoList[(int)
CompilerStateType
.AssemblyVersion]; }
277
set { _cacheInfoList[(int)
CompilerStateType
.AssemblyVersion] = value; }
282
get { return _cacheInfoList[(int)
CompilerStateType
.AssemblyPublicKeyToken]; }
283
set { _cacheInfoList[(int)
CompilerStateType
.AssemblyPublicKeyToken] = value; }
288
get { return _cacheInfoList[(int)
CompilerStateType
.OutputType]; }
289
set { _cacheInfoList[(int)
CompilerStateType
.OutputType] = value; }
294
get { return _cacheInfoList[(int)
CompilerStateType
.Language]; }
295
set { _cacheInfoList[(int)
CompilerStateType
.Language] = value; }
300
get { return _cacheInfoList[(int)
CompilerStateType
.LanguageSourceExtension]; }
301
set { _cacheInfoList[(int)
CompilerStateType
.LanguageSourceExtension] = value; }
306
get { return _cacheInfoList[(int)
CompilerStateType
.OutputPath]; }
307
set { _cacheInfoList[(int)
CompilerStateType
.OutputPath] = value; }
312
get { return _cacheInfoList[(int)
CompilerStateType
.RootNamespace]; }
313
set { _cacheInfoList[(int)
CompilerStateType
.RootNamespace] = value; }
318
get { return _cacheInfoList[(int)
CompilerStateType
.LocalizationDirectivesToLocFile]; }
319
set { _cacheInfoList[(int)
CompilerStateType
.LocalizationDirectivesToLocFile] = value; }
324
get { return _cacheInfoList[(int)
CompilerStateType
.HostInBrowser]; }
325
set { _cacheInfoList[(int)
CompilerStateType
.HostInBrowser] = value; }
330
get { return _cacheInfoList[(int)
CompilerStateType
.DefineConstants]; }
331
set { _cacheInfoList[(int)
CompilerStateType
.DefineConstants] = value; }
336
get { return _cacheInfoList[(int)
CompilerStateType
.ApplicationFile]; }
337
set { _cacheInfoList[(int)
CompilerStateType
.ApplicationFile] = value; }
342
get { return _cacheInfoList[(int)
CompilerStateType
.PageMarkup]; }
343
set { _cacheInfoList[(int)
CompilerStateType
.PageMarkup] = value; }
348
get { return _cacheInfoList[(int)
CompilerStateType
.ContentFiles]; }
349
set { _cacheInfoList[(int)
CompilerStateType
.ContentFiles] = value; }
354
get { return _cacheInfoList[(int)
CompilerStateType
.SourceCodeFiles]; }
355
set { _cacheInfoList[(int)
CompilerStateType
.SourceCodeFiles] = value; }
360
get { return _cacheInfoList[(int)
CompilerStateType
.References]; }
361
set { _cacheInfoList[(int)
CompilerStateType
.References] = value; }
366
get { return _cacheInfoList[(int)
CompilerStateType
.PageMarkupFileNames]; }
367
set { _cacheInfoList[(int)
CompilerStateType
.PageMarkupFileNames] = value; }
372
get { return _cacheInfoList[(int)
CompilerStateType
.SplashImage]; }
373
set { _cacheInfoList[(int)
CompilerStateType
.SplashImage] = value; }
378
get { return _cacheInfoList[(int)
CompilerStateType
.Pass2Required] == bool.TrueString; }
379
set { _cacheInfoList[(int)
CompilerStateType
.Pass2Required] = value.ToString(CultureInfo.InvariantCulture); }