9 references to ValueHandleConstStringType
System.Runtime.Serialization (9)
System\Runtime\Serialization\Json\XmlJsonReader.cs (8)
1215
attribute.Value.SetConstantValue(
ValueHandleConstStringType
.String);
1219
attribute.Value.SetConstantValue(
ValueHandleConstStringType
.Object);
1224
attribute.Value.SetConstantValue(
ValueHandleConstStringType
.Null);
1228
attribute.Value.SetConstantValue(
ValueHandleConstStringType
.Boolean);
1231
attribute.Value.SetConstantValue(
ValueHandleConstStringType
.Object);
1237
attribute.Value.SetConstantValue(
ValueHandleConstStringType
.Object);
1246
attribute.Value.SetConstantValue(
ValueHandleConstStringType
.Array);
1256
attribute.Value.SetConstantValue(
ValueHandleConstStringType
.Number);
System\Xml\ValueHandle.cs (1)
101
public void SetConstantValue(
ValueHandleConstStringType
constStringType)