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