2 writes to _nestedNameLength
System.Reflection.Metadata (2)
System\Reflection\Metadata\TypeName.cs (2)
61_nestedNameLength = nestedNameLength; 87_nestedNameLength = nestedNameLength;
12 references to _nestedNameLength
System.Reflection.Metadata (12)
System\Reflection\Metadata\TypeName.cs (12)
183else if (_nestedNameLength > 0 && _fullName.Length > _nestedNameLength) // Declaring types 187_fullName = _fullName.Substring(0, _nestedNameLength); 234else if (_nestedNameLength > 0 && _fullName.Length > _nestedNameLength) // Declaring types 238builder.Append(_fullName.AsSpan(0, _nestedNameLength)); 347if (_nestedNameLength > 0) 349name = name.Slice(0, _nestedNameLength); 355name = name.Slice(_declaringType._nestedNameLength + 1); 393if (rootTypeName._nestedNameLength > 0) 395rootFullName = rootFullName.Slice(0, rootTypeName._nestedNameLength); 613nestedNameLength: _nestedNameLength);