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