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)
1121if (_needSchema && typeof(XmlSchemaType).IsAssignableFrom(_getSchemaMethod.ReturnType)) 1209if (!_needSchema) 1296if (_needSchema)