1 write to _fragmentStrings
Microsoft.Build (1)
Definition\Project.cs (1)
2545
_fragmentStrings
= ImmutableHashSet.CreateBuilder<string>()
2 references to _fragmentStrings
Microsoft.Build (2)
Definition\Project.cs (2)
2538
public IEnumerable<string> FragmentStrings =>
_fragmentStrings
.ToImmutable();
2558
_fragmentStrings
.Add(removeFragment);