2 writes to _pendingLocalFiles
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
294_pendingLocalFiles = null; 553_pendingLocalFiles ??= new ArrayList(10);
12 references to _pendingLocalFiles
PresentationBuildTasks (12)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (12)
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); 555_pendingLocalFiles.Add(relativeSourceFile);