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