4 writes to _fullName
System.Reflection.Metadata (4)
System\Reflection\Metadata\TypeName.cs (4)
56_fullName = fullName; 130_fullName = TypeNameParserHelpers.GetGenericTypeFullName(GetGenericTypeDefinition().FullName.AsSpan(), 141_fullName = TypeNameParserHelpers.GetRankOrModifierStringRepresentation(_rankOrModifier, ref builder); 152_fullName = _fullName.Substring(0, _nestedNameLength);
6 references to _fullName
System.Reflection.Metadata (6)
System\Reflection\Metadata\TypeName.cs (6)
126if (_fullName is null) 148else if (_nestedNameLength > 0 && _fullName.Length > _nestedNameLength) // Declaring types 152_fullName = _fullName.Substring(0, _nestedNameLength); 155return _fullName!; 241else if (_nestedNameLength > 0 && _fullName is not null) 243_name = TypeNameParserHelpers.GetName(_fullName.AsSpan(0, _nestedNameLength)).ToString();