2 writes to _pendingLocalFiles
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
301_pendingLocalFiles = null; 559_pendingLocalFiles = new ArrayList(10);
13 references to _pendingLocalFiles
PresentationBuildTasks (13)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (13)
264if (_pendingLocalFiles != null && _pendingLocalFiles.Count == 1) 267_localXamlApplication = (string)_pendingLocalFiles[0]; 268_pendingLocalFiles.Clear(); 286if (_pendingLocalFiles != null && _pendingLocalFiles.Count > 0) 289_localXamlPages = (string[])_pendingLocalFiles.ToArray(typeof(string)); 290_pendingLocalFiles.Clear(); 299Debug.Assert(!cu.Pass2 || _pendingLocalFiles == null); 300Debug.Assert(_pendingLocalFiles == null || _pendingLocalFiles.Count == 0); 557if (_pendingLocalFiles == null) 562_pendingLocalFiles.Add(relativeSourceFile);