2 writes to _pendingLocalFiles
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
297_pendingLocalFiles = null; 555_pendingLocalFiles = new ArrayList(10);
13 references to _pendingLocalFiles
PresentationBuildTasks (13)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (13)
260if (_pendingLocalFiles != null && _pendingLocalFiles.Count == 1) 263_localXamlApplication = (string)_pendingLocalFiles[0]; 264_pendingLocalFiles.Clear(); 282if (_pendingLocalFiles != null && _pendingLocalFiles.Count > 0) 285_localXamlPages = (string[])_pendingLocalFiles.ToArray(typeof(string)); 286_pendingLocalFiles.Clear(); 295Debug.Assert(!cu.Pass2 || _pendingLocalFiles == null); 296Debug.Assert(_pendingLocalFiles == null || _pendingLocalFiles.Count == 0); 553if (_pendingLocalFiles == null) 558_pendingLocalFiles.Add(relativeSourceFile);