12 references to DebugAssert
dotnet-svcutil-lib (12)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (2)
832DiagnosticUtility.DebugAssert("Data can only be stored into ArgBuilder or LocalBuilder."); 991DiagnosticUtility.DebugAssert("Char is not a valid schema primitive and should be treated as int in DataContract");
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (1)
653DiagnosticUtility.DebugAssert("DataContract cache overflow");
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ObjectReferenceStack.cs (2)
53DiagnosticUtility.DebugAssert("Object reference stack in invalid state"); 80DiagnosticUtility.DebugAssert("Object reference stack in invalid state");
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ObjectToIdCache.cs (2)
87DiagnosticUtility.DebugAssert("Object table overflow"); 107DiagnosticUtility.DebugAssert("Object table overflow");
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatReaderGenerator.cs (1)
774DiagnosticUtility.DebugAssert("Failed to create contract for KeyValuePair type");
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializer.cs (4)
106DiagnosticUtility.DebugAssert("XmlObjectSerializer.InternalWriteStartObject should never get called"); 111DiagnosticUtility.DebugAssert("XmlObjectSerializer.InternalWriteObjectContent should never get called"); 116DiagnosticUtility.DebugAssert("XmlObjectSerializer.InternalWriteEndObject should never get called"); 266DiagnosticUtility.DebugAssert("XmlObjectSerializer.InternalIsStartObject should never get called");