3 writes to _needSchema
System.Private.Xml (3)
System\Xml\Serialization\Mappings.cs (3)
1086
_needSchema
= getSchemaMethod != null;
1095
_needSchema
= false;
1297
_needSchema
= false;
3 references to _needSchema
System.Private.Xml (3)
System\Xml\Serialization\Mappings.cs (3)
1120
if (
_needSchema
&& typeof(XmlSchemaType).IsAssignableFrom(_getSchemaMethod.ReturnType))
1208
if (!
_needSchema
)
1295
if (
_needSchema
)