1 write to _nestedNameLength
System.Reflection.Metadata (1)
System\Reflection\Metadata\TypeName.cs (1)
61_nestedNameLength = nestedNameLength;
5 references to _nestedNameLength
System.Reflection.Metadata (5)
System\Reflection\Metadata\TypeName.cs (5)
148else if (_nestedNameLength > 0 && _fullName.Length > _nestedNameLength) // Declaring types 152_fullName = _fullName.Substring(0, _nestedNameLength); 241else if (_nestedNameLength > 0 && _fullName is not null) 243_name = TypeNameParserHelpers.GetName(_fullName.AsSpan(0, _nestedNameLength)).ToString();