4 references to StringLength
Microsoft.Diagnostics.DataContractReader.Contracts (4)
_generated\188\Microsoft_Diagnostics_DataContractReader_Data.String.g.cs (1)
90
_ =
StringLength
;
Contracts\Object_1.cs (3)
50
if (str.
StringLength
== 0)
53
byte[] bytes = new byte[checked((int)str.
StringLength
* sizeof(char))];
68
length = str.
StringLength
;