2 references to Empty
Microsoft.CodeAnalysis (1)
InternalUtilities\ImmutableSetWithInsertionOrder`1.cs (1)
56
return this.Count == 1 ?
Empty
: new ImmutableSetWithInsertionOrder<T>(modifiedMap, _nextElementValue);
Microsoft.CodeAnalysis.CSharp (1)
Declarations\DeclarationTable.cs (1)
26
allOlderRootDeclarations: ImmutableSetWithInsertionOrder<Lazy<RootSingleNamespaceDeclaration>>.
Empty
,