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