1 reference to ToImmutableArrayOrEmpty
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\Compilers\Core\Portable\InternalUtilities\SetWithInsertionOrder.cs (1)
94
public ImmutableArray<T> AsImmutable() => _elements.
ToImmutableArrayOrEmpty
();