9 references to ConstString
dotnet-svcutil-lib (9)
FrameworkFork\System.Runtime.Serialization\System\Xml\StringHandle.cs (9)
47
_type = StringHandleType.
ConstString
;
115
DiagnosticUtility.DebugAssert(type == StringHandleType.
ConstString
, "Should be ConstString");
127
DiagnosticUtility.DebugAssert(type == StringHandleType.
ConstString
, "Should be ConstString");
148
if (type == StringHandleType.
ConstString
)
193
DiagnosticUtility.DebugAssert(type == StringHandleType.EscapedUTF8 || type == StringHandleType.
ConstString
, "");
204
DiagnosticUtility.DebugAssert(type == StringHandleType.EscapedUTF8 || type == StringHandleType.
ConstString
, "");
215
DiagnosticUtility.DebugAssert(type == StringHandleType.
ConstString
, "");
226
DiagnosticUtility.DebugAssert(type == StringHandleType.EscapedUTF8 || type == StringHandleType.
ConstString
, "");
239
DiagnosticUtility.DebugAssert(type == StringHandleType.EscapedUTF8 || type == StringHandleType.
ConstString
, "");