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)
178
else if (
_nestedNameLength
> 0 && _fullName.Length >
_nestedNameLength
) // Declaring types
182
_fullName = _fullName.Substring(0,
_nestedNameLength
);
273
else if (
_nestedNameLength
> 0 && _fullName is not null)
275
_name = TypeNameParserHelpers.GetName(_fullName.AsSpan(0,
_nestedNameLength
)).ToString();
468
nestedNameLength:
_nestedNameLength
);