5 writes to _fullName
System.Reflection.Metadata (5)
System\Reflection\Metadata\TypeName.cs (5)
56_fullName = fullName; 81_fullName = fullName; 160_fullName = TypeNameParserHelpers.GetGenericTypeFullName(GetGenericTypeDefinition().FullName.AsSpan(), 171_fullName = TypeNameParserHelpers.GetRankOrModifierStringRepresentation(_rankOrModifier, ref builder); 182_fullName = _fullName.Substring(0, _nestedNameLength);
7 references to _fullName
System.Reflection.Metadata (7)
System\Reflection\Metadata\TypeName.cs (7)
156if (_fullName is null) 178else if (_nestedNameLength > 0 && _fullName.Length > _nestedNameLength) // Declaring types 182_fullName = _fullName.Substring(0, _nestedNameLength); 185return _fullName!; 273else if (_nestedNameLength > 0 && _fullName is not null) 275_name = TypeNameParserHelpers.GetName(_fullName.AsSpan(0, _nestedNameLength)).ToString(); 463return new TypeName(fullName: _fullName,