11 references to _str
System.Reflection.Emit (11)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeNameBuilder.cs (11)
43
_str
.Remove(
_str
.Length - 1, 1);
102
_str
.Append('[').Append(rank).Append(']');
136
return
_str
.ToString();
163
_str
.Append('\\');
164
_str
.Append(c);
196
_stack.Add(
_str
.Length);
206
_str
.Remove(index - 1, 1);
216
_str
.Append(pStr);
220
_str
.Append(pStr.AsSpan(0, i));
226
_str
.Append(c);