6 references to GetNodeCount
System.Reflection.Metadata (6)
System\Reflection\Metadata\TypeName.cs (4)
327
result = checked(result + GetElementType().
GetNodeCount
());
331
result = checked(result + GetGenericTypeDefinition().
GetNodeCount
());
335
result = checked(result + genericArgument.
GetNodeCount
());
340
result = checked(result + DeclaringType.
GetNodeCount
());
System\Reflection\Metadata\TypeNameParser.cs (1)
64
Debug.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.