2 writes to _propertyChanged
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
StubSettingsManagerHost.cs (2)
94
add =>
_propertyChanged
+= value;
95
remove =>
_propertyChanged
-= value;
1 reference to _propertyChanged
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
StubSettingsManagerHost.cs (1)
125
_propertyChanged
?.Invoke(this, new PropertyChangedEventArgs(name));