3 writes to _needSchema
System.Private.Xml (3)
System\Xml\Serialization\Mappings.cs (3)
1101
_needSchema
= getSchemaMethod != null;
1110
_needSchema
= false;
1312
_needSchema
= false;
3 references to _needSchema
System.Private.Xml (3)
System\Xml\Serialization\Mappings.cs (3)
1135
if (
_needSchema
&& typeof(XmlSchemaType).IsAssignableFrom(_getSchemaMethod.ReturnType))
1223
if (!
_needSchema
)
1310
if (
_needSchema
)