2 writes to _enumeration
System.Data.Common (2)
System\Data\SimpleType.cs (2)
106_enumeration = !string.IsNullOrEmpty(_enumeration) ? _enumeration + " " + facet.Value : facet.Value; 295enumType._enumeration = values;
3 references to _enumeration
System.Data.Common (3)
System\Data\SimpleType.cs (3)
106_enumeration = !string.IsNullOrEmpty(_enumeration) ? _enumeration + " " + facet.Value : facet.Value; 140string.IsNullOrEmpty(_enumeration)