1 write to _nestedNameLength
System.Private.CoreLib (1)
src\libraries\System.Reflection.Metadata\src\System\Reflection\Metadata\TypeName.cs (1)
61
_nestedNameLength
= nestedNameLength;
11 references to _nestedNameLength
System.Private.CoreLib (11)
src\libraries\System.Reflection.Metadata\src\System\Reflection\Metadata\TypeName.cs (11)
183
else if (
_nestedNameLength
> 0 && _fullName.Length >
_nestedNameLength
) // Declaring types
187
_fullName = _fullName.Substring(0,
_nestedNameLength
);
234
else if (
_nestedNameLength
> 0 && _fullName.Length >
_nestedNameLength
) // Declaring types
238
builder.Append(_fullName.AsSpan(0,
_nestedNameLength
));
347
if (
_nestedNameLength
> 0)
349
name = name.Slice(0,
_nestedNameLength
);
355
name = name.Slice(_declaringType.
_nestedNameLength
+ 1);
393
if (rootTypeName.
_nestedNameLength
> 0)
395
rootFullName = rootFullName.Slice(0, rootTypeName.
_nestedNameLength
);