4 references to GetNodeCount
System.Reflection.Metadata (4)
System\Reflection\Metadata\TypeName.cs (3)
289result += DeclaringType.GetNodeCount(); 297result += GetElementType().GetNodeCount(); 302result += genericArgument.GetNodeCount();
System\Reflection\Metadata\TypeNameParserOptions.cs (1)
11/// Limits the maximum value of <seealso cref="TypeName.GetNodeCount">node count</seealso> that parser can handle.