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