2 references to MSD_KEYFIELDOLDSEP
System.Data (2)
fx\src\data\System\Data\XMLSchema.cs (2)
403
parentNames = value.TrimEnd(null).Split(new char[] {Keywords.MSD_KEYFIELDSEP, Keywords.
MSD_KEYFIELDOLDSEP
});
408
childNames = value.TrimEnd(null).Split(new char[] {Keywords.MSD_KEYFIELDSEP, Keywords.
MSD_KEYFIELDOLDSEP
});