3 writes to _needSchema
System.Private.Xml (3)
System\Xml\Serialization\Mappings.cs (3)
1062
_needSchema
= getSchemaMethod != null;
1071
_needSchema
= false;
1273
_needSchema
= false;
3 references to _needSchema
System.Private.Xml (3)
System\Xml\Serialization\Mappings.cs (3)
1096
if (
_needSchema
&& typeof(XmlSchemaType).IsAssignableFrom(_getSchemaMethod.ReturnType))
1184
if (!
_needSchema
)
1271
if (
_needSchema
)