4 writes to _maxAsynxRecords
PresentationFramework (4)
src\Framework\System\Windows\Markup\XamlReader.cs (4)
347_maxAsynxRecords = (int)xamlReader.Value; 351_maxAsynxRecords = Int32.Parse(xamlReader.Value as String, TypeConverterHelper.InvariantEnglishUS); 522_maxAsynxRecords = (int)xamlReader.Value; 526_maxAsynxRecords = Int32.Parse(xamlReader.Value as String, TypeConverterHelper.InvariantEnglishUS);
2 references to _maxAsynxRecords
PresentationFramework (2)
src\Framework\System\Windows\Markup\XamlReader.cs (2)
499int maxRecords = _maxAsynxRecords; 528maxRecords = _maxAsynxRecords;