5 references to EmptyCollection
Microsoft.CodeAnalysis.CSharp.Features (1)
UsePatternMatching\CSharpIsAndCastCheckWithoutNameDiagnosticAnalyzer.cs (1)
104SpecializedCollections.EmptyCollection<Location>(),
Microsoft.CodeAnalysis.Features (2)
PopulateSwitchExpressionHelpers.cs (1)
38return SpecializedCollections.EmptyCollection<ISymbol>();
PopulateSwitchStatementHelpers.cs (1)
62return SpecializedCollections.EmptyCollection<ISymbol>();
Microsoft.CodeAnalysis.Workspaces (2)
AbstractTypeInferenceService.AbstractTypeInferrer.cs (1)
88? SpecializedCollections.EmptyCollection<TypeInferenceInfo>()
SpecializedCollections.cs (1)
96? EmptyCollection<T>()