3 references to InTypeList
Microsoft.CodeAnalysis.CSharp (3)
Parser\LanguageParser.cs (3)
5877
if (kind == ScanTypeArgumentListKind.DefiniteTypeArgumentList || (kind == ScanTypeArgumentListKind.PossibleTypeArgumentList && (options & NameOptions.
InTypeList
) != 0))
6585
explicitInterfaceName = this.ParseSimpleName(NameOptions.
InTypeList
);
6596
var tmp = this.ParseQualifiedNameRight(NameOptions.
InTypeList
, explicitInterfaceName, separator);