9 references to ValueHandleConstStringType
System.Private.DataContractSerialization (9)
System\Runtime\Serialization\Json\XmlJsonReader.cs (8)
1135
attribute.Value.SetConstantValue(
ValueHandleConstStringType
.String);
1139
attribute.Value.SetConstantValue(
ValueHandleConstStringType
.Object);
1144
attribute.Value.SetConstantValue(
ValueHandleConstStringType
.Null);
1148
attribute.Value.SetConstantValue(
ValueHandleConstStringType
.Boolean);
1151
attribute.Value.SetConstantValue(
ValueHandleConstStringType
.Object);
1157
attribute.Value.SetConstantValue(
ValueHandleConstStringType
.Object);
1166
attribute.Value.SetConstantValue(
ValueHandleConstStringType
.Array);
1176
attribute.Value.SetConstantValue(
ValueHandleConstStringType
.Number);
System\Xml\ValueHandle.cs (1)
88
public void SetConstantValue(
ValueHandleConstStringType
constStringType)