1 write to s_typeOfIPropertyChange
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (1)
613s_typeOfIPropertyChange = typeof(INotifyPropertyChanged);
2 references to s_typeOfIPropertyChange
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (2)
612if (s_typeOfIPropertyChange == null) 614return s_typeOfIPropertyChange;