7 references to AllTypeArgumentCount
Microsoft.CodeAnalysis.CSharp (7)
Binder\Semantics\Conversions\ConversionsBase.cs (1)
2582
if (destinationAgg.
AllTypeArgumentCount
() != 1)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (2)
2175
if (constructedTarget.
AllTypeArgumentCount
() == 0)
2578
if (constructedSource.
AllTypeArgumentCount
() == 0)
Lowering\SyntheticBoundNodeFactory.cs (2)
1436
bool isNotInGenericType = (methodContainer.
AllTypeArgumentCount
() == 0 && !methodContainer.IsAnonymousType);
1457
(fieldContainer.
AllTypeArgumentCount
() == 0) ?
Symbols\NamedTypeSymbol.cs (1)
1310
count += outer.
AllTypeArgumentCount
();
Symbols\Source\SourceMemberContainerSymbol.cs (1)
2678
if (
AllTypeArgumentCount
() == 0) return;