1 write to _settings
Microsoft.DotNet.ApiCompatibility (1)
Rules\CannotChangeGenericConstraints.cs (1)
24_settings = settings;
4 references to _settings
Microsoft.DotNet.ApiCompatibility (4)
Rules\CannotChangeGenericConstraints.cs (4)
44bool permitConstraintRemoval = !_settings.StrictMode && leftType.IsSealed; 66bool permitConstraintRemoval = !_settings.StrictMode && !leftMethod.IsVirtual; 96HashSet<ISymbol> rightOnlyConstraints = rightTypeParam.ConstraintTypes.ToHashSet(_settings.SymbolEqualityComparer); 124HashSet<ISymbol> leftOnlyConstraints = leftTypeParam.ConstraintTypes.ToHashSet(_settings.SymbolEqualityComparer);