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)
1096if (_needSchema && typeof(XmlSchemaType).IsAssignableFrom(_getSchemaMethod.ReturnType)) 1184if (!_needSchema) 1271if (_needSchema)