1 write to typeOfIPropertyChange
System.Runtime.Serialization (1)
System\Runtime\Serialization\Globals.cs (1)
726typeOfIPropertyChange = typeof(INotifyPropertyChanged);
2 references to typeOfIPropertyChange
System.Runtime.Serialization (2)
System\Runtime\Serialization\Globals.cs (2)
725if (typeOfIPropertyChange == null) 727return typeOfIPropertyChange;