1 write to ArrayType
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\CollectionPropertiesShouldBeReadOnly.cs (1)
154
ArrayType
= wellKnownTypeProvider.Compilation.GetSpecialType(SpecialType.System_Array);
3 references to ArrayType
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\CollectionPropertiesShouldBeReadOnly.cs (3)
64
knownTypes.
ArrayType
== null)
77
knownTypes.
ArrayType
!= null);
101
if (Inherits(property.Type, knownTypes.
ArrayType
))