2 references to TypeVarCnt
Microsoft.CodeAnalysis.Features (2)
RQName\Nodes\RQMethodOrProperty.cs (1)
24childList.Add(new SimpleGroupNode(RQNameStrings.TypeVarCnt, TypeParameterCount.ToString()));
RQName\Nodes\RQUnconstructedType.cs (1)
26let typeParamCountNode = new SimpleGroupNode(RQNameStrings.TypeVarCnt, typeInfo.TypeVariableCount.ToString())