16 references to XmlInternalErrorMethod
System.Private.Xml (16)
System\Xml\Serialization\XmlSerializationReader.cs (4)
3096
if (methodName == null) throw new InvalidOperationException(SR.Format(SR.
XmlInternalErrorMethod
, derived.TypeDesc!.Name));
3133
if (methodName == null) throw new InvalidOperationException(SR.Format(SR.
XmlInternalErrorMethod
, enumMapping.TypeDesc!.Name));
4661
if (methodName == null) throw new InvalidOperationException(SR.Format(SR.
XmlInternalErrorMethod
, element.Mapping.TypeDesc!.Name));
4817
if (methodName == null) throw new InvalidOperationException(SR.Format(SR.
XmlInternalErrorMethod
, mapping.TypeDesc!.Name));
System\Xml\Serialization\XmlSerializationReaderILGen.cs (4)
1141
if (methodName == null) throw new InvalidOperationException(SR.Format(SR.
XmlInternalErrorMethod
, derived.TypeDesc!.Name));
1196
if (methodName == null) throw new InvalidOperationException(SR.Format(SR.
XmlInternalErrorMethod
, enumMapping.TypeDesc!.Name));
2978
if (methodName == null) throw new InvalidOperationException(SR.Format(SR.
XmlInternalErrorMethod
, element.Mapping.TypeDesc!.Name));
3128
if (methodName == null) throw new InvalidOperationException(SR.Format(SR.
XmlInternalErrorMethod
, mapping.TypeDesc!.Name));
System\Xml\Serialization\XmlSerializationWriter.cs (4)
2455
if (methodName == null) throw new InvalidOperationException(SR.Format(SR.
XmlInternalErrorMethod
, mapping.TypeDesc!.Name) + Environment.StackTrace);
3034
if (methodName == null) throw new InvalidOperationException("derived from " + mapping.TypeDesc!.FullName + ", " + SR.Format(SR.
XmlInternalErrorMethod
, derived.TypeDesc.Name) + Environment.StackTrace);
3073
if (methodName == null) throw new InvalidOperationException(SR.Format(SR.
XmlInternalErrorMethod
, mapping.TypeDesc.Name) + Environment.StackTrace);
4160
if (methodName == null) throw new InvalidOperationException(SR.Format(SR.
XmlInternalErrorMethod
, structMapping.TypeDesc!.Name) + Environment.StackTrace);
System\Xml\Serialization\XmlSerializationWriterILGen.cs (4)
127
if (methodName == null) throw new InvalidOperationException(SR.Format(SR.
XmlInternalErrorMethod
, mapping.TypeDesc!.Name));
748
if (methodName == null) throw new InvalidOperationException("derived from " + mapping.TypeDesc!.FullName + ", " + SR.Format(SR.
XmlInternalErrorMethod
, derived.TypeDesc.Name));
799
if (methodName == null) throw new InvalidOperationException(SR.Format(SR.
XmlInternalErrorMethod
, mapping.TypeDesc.Name));
1994
if (methodName == null) throw new InvalidOperationException(SR.Format(SR.
XmlInternalErrorMethod
, structMapping.TypeDesc!.Name));