4 references to RequiredMembersErrorSentinel
Microsoft.CodeAnalysis.CSharp (4)
Symbols\NamedTypeSymbol.cs (4)
31/// <see langword="default"/> if uninitialized. <see cref="RequiredMembersErrorSentinel"/> if there are errors. <see cref="ImmutableSegmentedDictionary{TKey, TValue}.Empty"/> if 558return _lazyRequiredMembers == RequiredMembersErrorSentinel; 583if (_lazyRequiredMembers == RequiredMembersErrorSentinel) 603: RequiredMembersErrorSentinel;