2 writes to _pendingLocalFiles
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
295_pendingLocalFiles = null; 556_pendingLocalFiles = new ArrayList(10);
13 references to _pendingLocalFiles
PresentationBuildTasks (13)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (13)
258if (_pendingLocalFiles != null && _pendingLocalFiles.Count == 1) 261_localXamlApplication = (string)_pendingLocalFiles[0]; 262_pendingLocalFiles.Clear(); 280if (_pendingLocalFiles != null && _pendingLocalFiles.Count > 0) 283_localXamlPages = (string[])_pendingLocalFiles.ToArray(typeof(string)); 284_pendingLocalFiles.Clear(); 293Debug.Assert(!cu.Pass2 || _pendingLocalFiles == null); 294Debug.Assert(_pendingLocalFiles == null || _pendingLocalFiles.Count == 0); 554if (_pendingLocalFiles == null) 559_pendingLocalFiles.Add(relativeSourceFile);