2 writes to s_sourceInfoTable
PresentationCore (2)
Core\CSharp\System\Windows\Diagnostics\XamlSourceInfoHelper.cs (2)
65s_sourceInfoTable = new ConditionalWeakTable<object, XamlSourceInfo>(); 69s_sourceInfoTable = null;
7 references to s_sourceInfoTable
PresentationCore (7)
Core\CSharp\System\Windows\Diagnostics\XamlSourceInfoHelper.cs (7)
49get { return (s_sourceInfoTable != null); } 100if (s_sourceInfoTable != null && args != null) 113if (s_sourceInfoTable != null && obj != null && !(elementLineNumber == 0 && elementLinePosition == 0)) 130s_sourceInfoTable.Remove(obj); 131s_sourceInfoTable.Add(obj, new XamlSourceInfo(sourceUri, elementLineNumber, elementLinePosition)); 140if (s_sourceInfoTable != null && obj != null && s_sourceInfoTable.TryGetValue(obj, out info))