2 references to XmlCannotIncludeInSchema
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (2)
1018
if (!mapping.IncludeInSchema) throw new InvalidOperationException(string.Format(ResXml.
XmlCannotIncludeInSchema
, mapping.TypeDesc.Name));
1186
if (!mapping.IncludeInSchema) throw new InvalidOperationException(string.Format(ResXml.
XmlCannotIncludeInSchema
, mapping.TypeDesc.Name));