1 write to _type
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (1)
1227
set {
_type
= value; }
5 references to _type
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (5)
1226
get { return
_type
; }
1363
throw new InvalidOperationException(string.Format(ResXml.XmlGetSchemaEmptyTypeName,
_type
.FullName, _getSchemaMethod.Name));
1368
throw new InvalidOperationException(string.Format(ResXml.XmlGetSchemaMethodReturnType,
_type
.Name, _getSchemaMethod.Name, typeof(XmlSchemaProviderAttribute).Name, typeof(XmlQualifiedName).FullName));
1413
IXmlSerializable serializable = (IXmlSerializable)Activator.CreateInstance(
_type
);
1418
if (_schema.Id == null || _schema.Id.Length == 0) throw new InvalidOperationException(string.Format(ResXml.XmlSerializableNameMissing1,
_type
.FullName));