6 references to GetNodeCount
System.Reflection.Metadata (6)
System\Reflection\Metadata\TypeName.cs (4)
327result = checked(result + GetElementType().GetNodeCount()); 331result = checked(result + GetGenericTypeDefinition().GetNodeCount()); 335result = checked(result + genericArgument.GetNodeCount()); 340result = checked(result + DeclaringType.GetNodeCount());
System\Reflection\Metadata\TypeNameParser.cs (1)
64Debug.Assert(parsedName.GetNodeCount() == recursiveDepth, $"Node count mismatch for '{typeName.ToString()}'");
System\Reflection\Metadata\TypeNameParserOptions.cs (1)
11/// Limits the maximum value of <seealso cref="TypeName.GetNodeCount">node count</seealso> that parser can handle.