3 references to Inherits
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\CollectionPropertiesShouldBeReadOnly.cs (3)
101
if (
Inherits
(property.Type, knownTypes.ArrayType))
107
if (!
Inherits
(property.Type, knownTypes.ICollectionType) && !
Inherits
(property.Type, knownTypes.GenericICollectionType))