2 writes to _nestedNameLength
System.Reflection.Metadata (2)
System\Reflection\Metadata\TypeName.cs (2)
61_nestedNameLength = nestedNameLength; 87_nestedNameLength = nestedNameLength;
6 references to _nestedNameLength
System.Reflection.Metadata (6)
System\Reflection\Metadata\TypeName.cs (6)
178else if (_nestedNameLength > 0 && _fullName.Length > _nestedNameLength) // Declaring types 182_fullName = _fullName.Substring(0, _nestedNameLength); 273else if (_nestedNameLength > 0 && _fullName is not null) 275_name = TypeNameParserHelpers.GetName(_fullName.AsSpan(0, _nestedNameLength)).ToString(); 468nestedNameLength: _nestedNameLength);