2 writes to _firstSpan
Microsoft.Build (2)
Evaluation\Expander.cs (2)
207_firstSpan = span; 268_firstSpan = new ReadOnlyMemory<char>();
4 references to _firstSpan
Microsoft.Build (4)
Evaluation\Expander.cs (4)
227return _firstSpan.IsEmpty 229: FileUtilities.MaybeAdjustFilePath(_firstSpan).ToString(); 260else if (!_firstSpan.IsEmpty) 266_builder.Append(FileUtilities.MaybeAdjustFilePath(_firstSpan.ToString()));