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)
28
bool isLeftSealed = left.IsEffectivelySealed(
_settings
.IncludeInternalSymbols);
29
bool isRightSealed = right.IsEffectivelySealed(
_settings
.IncludeInternalSymbols);
41
else if (
_settings
.StrictMode && !isRightSealed && isLeftSealed)