6 references to AllTypeArgumentCount
Microsoft.CodeAnalysis.CSharp (6)
Binder\Semantics\Conversions\ConversionsBase.cs (1)
2580
if (destinationAgg.
AllTypeArgumentCount
() != 1)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (2)
2202
if (constructedTarget.
AllTypeArgumentCount
() == 0)
2605
if (constructedSource.
AllTypeArgumentCount
() == 0)
Lowering\SyntheticBoundNodeFactory.cs (2)
1454
bool isNotInGenericType = (methodContainer.
AllTypeArgumentCount
() == 0 && !methodContainer.IsAnonymousType);
1475
(fieldContainer.
AllTypeArgumentCount
() == 0) ?
Symbols\NamedTypeSymbol.cs (1)
1321
count += outer.
AllTypeArgumentCount
();