2 instantiations of ItemInfo
System.Web.DataVisualization (2)
Common\Utilities\XmlSerializer.cs (2)
1224
ItemInfo classInfo = new
ItemInfo
();
1225
ItemInfo propertyInfo = new
ItemInfo
();
6 references to ItemInfo
System.Web.DataVisualization (6)
Common\Utilities\XmlSerializer.cs (6)
997
if(NameMatchMask((
ItemInfo
)contentList[itemIndex], className, out classFitType))
999
if(NameMatchMask((
ItemInfo
)contentList[itemIndex + 1], propertyName, out propertyFitType))
1017
private bool NameMatchMask(
ItemInfo
itemInfo, string objectName, out int type)
1224
ItemInfo
classInfo = new ItemInfo();
1225
ItemInfo
propertyInfo = new ItemInfo();
1269
private void CheckWildCars(
ItemInfo
info)