3 references to ToImmutableArrayOrEmpty
Microsoft.CodeAnalysis.CodeStyle (2)
AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.SymbolStartAnalyzer.BlockAnalyzer.cs (1)
107if (operationBlock.Syntax.GetDiagnostics().ToImmutableArrayOrEmpty().HasAnyErrors())
SetWithInsertionOrder.cs (1)
93public ImmutableArray<T> AsImmutable() => _elements.ToImmutableArrayOrEmpty();
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
PassInCapturedVariablesAsArgumentsCodeFixProvider.cs (1)
84.ToImmutableArrayOrEmpty();