2 references to TypeKindInternal
Microsoft.CodeAnalysis.CSharp (2)
Symbols\FunctionTypeSymbol.cs (1)
104public override TypeKind TypeKind => TypeKindInternal.FunctionType;
Symbols\TypeSymbolExtensions.cs (1)
841case TypeKindInternal.FunctionType: