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