4 writes to _xsiType
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (4)
1136_xsiType = xsiType; 1348_xsiType = XmlQualifiedName.Empty; 1356_xsiType = _xsdType.QualifiedName; 1360_xsiType = (XmlQualifiedName)typeInfo;
12 references to _xsiType
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (12)
1253return _xsiType; 1259return _xsiType; 1361if (_xsiType.IsEmpty) 1382if (!_xsiType.IsEmpty) 1385if (_xsiType.Namespace != XmlSchema.Namespace) 1387ArrayList srcSchemas = (ArrayList)_schemas.Schemas(_xsiType.Namespace); 1391throw new InvalidOperationException(string.Format(ResXml.XmlMissingSchema, _xsiType.Namespace)); 1395throw new InvalidOperationException(string.Format(ResXml.XmlGetSchemaInclude, _xsiType.Namespace, _getSchemaMethod.DeclaringType.FullName, _getSchemaMethod.Name)); 1400throw new InvalidOperationException(string.Format(ResXml.XmlMissingSchema, _xsiType.Namespace)); 1402_xsdType = (XmlSchemaType)s.SchemaTypes[_xsiType]; 1405throw new InvalidOperationException(string.Format(ResXml.XmlGetSchemaTypeMissing, _getSchemaMethod.DeclaringType.FullName, _getSchemaMethod.Name, _xsiType.Name, _xsiType.Namespace));