2 writes to _firstSpan
Microsoft.Build (2)
Evaluation\Expander.cs (2)
200_firstSpan = span; 261_firstSpan = new ReadOnlyMemory<char>();
4 references to _firstSpan
Microsoft.Build (4)
Evaluation\Expander.cs (4)
220return _firstSpan.IsEmpty 222: FileUtilities.MaybeAdjustFilePath(_firstSpan).ToString(); 253else if (!_firstSpan.IsEmpty) 259_builder.Append(FileUtilities.MaybeAdjustFilePath(_firstSpan.ToString()));