4 references to _filePaths
Microsoft.Build (4)
Evaluation\Preprocessor.cs (4)
98
_filePaths
.Push(_project.FullPath);
315
_filePaths
.Push(resolved.FullPath);
317
_filePaths
.Pop();
325
destination.AppendChild(destinationDocument.CreateComment("\r\n" + new String('=', 140) + "\r\n </Import>\r\n\r\n" +
_filePaths
.Peek()?.Replace("--", "__") + "\r\n" + new String('=', 140) + "\r\n"));