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