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