2 references to ToImmutable
Microsoft.CodeAnalysis (2)
SourceGeneration\Nodes\DriverStateTable.cs (1)
74
return new DriverStateTable(_stateTableBuilder.
ToImmutable
());
SourceGeneration\SyntaxStore.cs (1)
174
return new SyntaxStore(_tableBuilder.
ToImmutable
(), _compilation);