2 writes to _pendingLocalFiles
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
294_pendingLocalFiles = null; 555_pendingLocalFiles = new ArrayList(10);
13 references to _pendingLocalFiles
PresentationBuildTasks (13)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (13)
257if (_pendingLocalFiles != null && _pendingLocalFiles.Count == 1) 260_localXamlApplication = (string)_pendingLocalFiles[0]; 261_pendingLocalFiles.Clear(); 279if (_pendingLocalFiles != null && _pendingLocalFiles.Count > 0) 282_localXamlPages = (string[])_pendingLocalFiles.ToArray(typeof(string)); 283_pendingLocalFiles.Clear(); 292Debug.Assert(!cu.Pass2 || _pendingLocalFiles == null); 293Debug.Assert(_pendingLocalFiles == null || _pendingLocalFiles.Count == 0); 553if (_pendingLocalFiles == null) 558_pendingLocalFiles.Add(relativeSourceFile);