5 instantiations of IndexedString
System.Web (5)
UI\ObjectStateFormatter.cs (2)
431
return new
IndexedString
(_stringList[tableIndex]);
439
return new
IndexedString
(s);
UI\StateBag.cs (1)
329
data.Add(new
IndexedString
((string)e.Key));
UI\WebParts\BlobPersonalizationState.cs (2)
1053
items.Add(new
IndexedString
((string)propertyEntry.Key));
1065
items.Add(new
IndexedString
((string)customPropertyEntry.Key));
7 references to IndexedString
System.Web (7)
UI\ObjectStateFormatter.cs (4)
423
private
IndexedString
DeserializeIndexedString(SerializerBinaryReader reader, byte token) {
943
if (value is
IndexedString
) {
944
Debug.Assert(((
IndexedString
)value).Value != null);
945
SerializeIndexedString(writer, ((
IndexedString
)value).Value);
UI\StateBag.cs (1)
261
string key = ((
IndexedString
)data[i]).Value;
UI\WebParts\BlobPersonalizationState.cs (2)
518
string propertyName = ((
IndexedString
)items[offset++]).Value;
530
string propertyName = ((
IndexedString
)items[offset++]).Value;