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)
50if (str.StringLength == 0) 53byte[] bytes = new byte[checked((int)str.StringLength * sizeof(char))]; 68length = str.StringLength;