1 implementation of ExtendedSpecialType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\TypeSymbol.cs (1)
2523ExtendedSpecialType ITypeSymbolInternal.ExtendedSpecialType => this.ExtendedSpecialType;
1 reference to ExtendedSpecialType
Microsoft.CodeAnalysis (1)
Symbols\Attributes\CommonAttributeData.cs (1)
437if ((InternalSpecialType)appliedToSymbol.ExtendedSpecialType != InternalSpecialType.System_Runtime_CompilerServices_AsyncHelpers)