16 references to XmlInternalErrorMethod
System.Private.Xml (16)
System\Xml\Serialization\XmlSerializationReader.cs (4)
3070
if (methodName == null) throw new InvalidOperationException(SR.Format(SR.
XmlInternalErrorMethod
, derived.TypeDesc!.Name));
3107
if (methodName == null) throw new InvalidOperationException(SR.Format(SR.
XmlInternalErrorMethod
, enumMapping.TypeDesc!.Name));
4635
if (methodName == null) throw new InvalidOperationException(SR.Format(SR.
XmlInternalErrorMethod
, element.Mapping.TypeDesc!.Name));
4782
if (methodName == null) throw new InvalidOperationException(SR.Format(SR.
XmlInternalErrorMethod
, mapping.TypeDesc!.Name));
System\Xml\Serialization\XmlSerializationReaderILGen.cs (4)
1142
if (methodName == null) throw new InvalidOperationException(SR.Format(SR.
XmlInternalErrorMethod
, derived.TypeDesc!.Name));
1197
if (methodName == null) throw new InvalidOperationException(SR.Format(SR.
XmlInternalErrorMethod
, enumMapping.TypeDesc!.Name));
2979
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)
2408
if (methodName == null) throw new InvalidOperationException(SR.Format(SR.
XmlInternalErrorMethod
, mapping.TypeDesc!.Name) + Environment.StackTrace);
2987
if (methodName == null) throw new InvalidOperationException("derived from " + mapping.TypeDesc!.FullName + ", " + SR.Format(SR.
XmlInternalErrorMethod
, derived.TypeDesc.Name) + Environment.StackTrace);
3026
if (methodName == null) throw new InvalidOperationException(SR.Format(SR.
XmlInternalErrorMethod
, mapping.TypeDesc.Name) + Environment.StackTrace);
4113
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));