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)
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
);
613
nestedNameLength:
_nestedNameLength
);