3 writes to _needSchema
System.Private.Xml (3)
System\Xml\Serialization\Mappings.cs (3)
1087
_needSchema
= getSchemaMethod != null;
1096
_needSchema
= false;
1298
_needSchema
= false;
3 references to _needSchema
System.Private.Xml (3)
System\Xml\Serialization\Mappings.cs (3)
1121
if (
_needSchema
&& typeof(XmlSchemaType).IsAssignableFrom(_getSchemaMethod.ReturnType))
1209
if (!
_needSchema
)
1296
if (
_needSchema
)