8 references to XmlInternalErrorMethod
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (4)
1680
if (methodName == null) throw new InvalidOperationException(string.Format(ResXml.
XmlInternalErrorMethod
, mapping.TypeDesc.Name) + Environment.StackTrace);
2254
if (methodName == null) throw new InvalidOperationException("deriaved from " + mapping.TypeDesc.FullName + ", " + string.Format(ResXml.
XmlInternalErrorMethod
, derived.TypeDesc.Name) + Environment.StackTrace);
2292
if (methodName == null) throw new InvalidOperationException(string.Format(ResXml.
XmlInternalErrorMethod
, mapping.TypeDesc.Name) + Environment.StackTrace);
3376
if (methodName == null) throw new InvalidOperationException(string.Format(ResXml.
XmlInternalErrorMethod
, mapping.TypeDesc.Name) + Environment.StackTrace);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriterILGen.cs (4)
132
if (methodName == null) throw new InvalidOperationException(string.Format(ResXml.
XmlInternalErrorMethod
, mapping.TypeDesc.Name) + Environment.StackTrace);
772
if (methodName == null) throw new InvalidOperationException("deriaved from " + mapping.TypeDesc.FullName + ", " + string.Format(ResXml.
XmlInternalErrorMethod
, derived.TypeDesc.Name) + Environment.StackTrace);
823
if (methodName == null) throw new InvalidOperationException(string.Format(ResXml.
XmlInternalErrorMethod
, mapping.TypeDesc.Name) + Environment.StackTrace);
2111
if (methodName == null) throw new InvalidOperationException(string.Format(ResXml.
XmlInternalErrorMethod
, mapping.TypeDesc.Name) + Environment.StackTrace);