3 references to s_emptySentinel
Microsoft.CodeAnalysis (3)
Collections\CachingDictionary.cs (3)
176
return concurrentMap == null ?
s_emptySentinel
: AddToConcurrentMap(concurrentMap, key);
193
elements =
s_emptySentinel
;
237
Debug.Assert(elements !=
s_emptySentinel
);