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