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