2 writes to _firstSpan
Microsoft.Build (2)
Evaluation\Expander.cs (2)
206_firstSpan = span; 267_firstSpan = new ReadOnlyMemory<char>();
4 references to _firstSpan
Microsoft.Build (4)
Evaluation\Expander.cs (4)
226return _firstSpan.IsEmpty 228: FileUtilities.MaybeAdjustFilePath(_firstSpan).ToString(); 259else if (!_firstSpan.IsEmpty) 265_builder.Append(FileUtilities.MaybeAdjustFilePath(_firstSpan.ToString()));