4 references to EmptyCollection
Microsoft.CodeAnalysis.CodeStyle (3)
PopulateSwitchExpressionHelpers.cs (1)
38return SpecializedCollections.EmptyCollection<ISymbol>();
PopulateSwitchStatementHelpers.cs (1)
62return SpecializedCollections.EmptyCollection<ISymbol>();
SpecializedCollections.cs (1)
96? EmptyCollection<T>()
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
AbstractTypeInferenceService.AbstractTypeInferrer.cs (1)
88? SpecializedCollections.EmptyCollection<TypeInferenceInfo>()