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)
1135if (_needSchema && typeof(XmlSchemaType).IsAssignableFrom(_getSchemaMethod.ReturnType)) 1223if (!_needSchema) 1310if (_needSchema)