2 writes to s_sourceInfoTable
PresentationCore (2)
System\Windows\Diagnostics\XamlSourceInfoHelper.cs (2)
62s_sourceInfoTable = new ConditionalWeakTable<object, XamlSourceInfo>(); 66s_sourceInfoTable = null;
7 references to s_sourceInfoTable
PresentationCore (7)
System\Windows\Diagnostics\XamlSourceInfoHelper.cs (7)
47get { return (s_sourceInfoTable != null); } 97if (s_sourceInfoTable != null && args != null) 110if (s_sourceInfoTable != null && obj != null && !(elementLineNumber == 0 && elementLinePosition == 0)) 127s_sourceInfoTable.Remove(obj); 128s_sourceInfoTable.Add(obj, new XamlSourceInfo(sourceUri, elementLineNumber, elementLinePosition)); 137if (s_sourceInfoTable != null && obj != null && s_sourceInfoTable.TryGetValue(obj, out info))