1 write to _settings
Microsoft.DotNet.ApiCompatibility (1)
Rules\CannotSealType.cs (1)
19_settings = settings;
3 references to _settings
Microsoft.DotNet.ApiCompatibility (3)
Rules\CannotSealType.cs (3)
28bool isLeftSealed = left.IsEffectivelySealed(_settings.IncludeInternalSymbols); 29bool isRightSealed = right.IsEffectivelySealed(_settings.IncludeInternalSymbols); 41else if (_settings.StrictMode && !isRightSealed && isLeftSealed)