2 writes to KnownPropertyAbstractValues
Microsoft.CodeAnalysis.NetAnalyzers (2)
src\11b41c7305441175\PropertySetAbstractValue.cs (2)
102
this.
KnownPropertyAbstractValues
= propertyAbstractValues;
107
this.
KnownPropertyAbstractValues
= ImmutableArray<PropertySetAbstractValueKind>.Empty;
6 references to KnownPropertyAbstractValues
Microsoft.CodeAnalysis.NetAnalyzers (6)
src\11b41c7305441175\PropertySetAbstractValue.cs (6)
19
/// Note that <see cref="
KnownPropertyAbstractValues
"/> may be
121
public int KnownValuesCount => this.
KnownPropertyAbstractValues
.Length;
146
return this.
KnownPropertyAbstractValues
[index];
156
if (index >= this.
KnownPropertyAbstractValues
.Length)
162
newLength = this.
KnownPropertyAbstractValues
.Length;
166
kinds.AddRange(this.
KnownPropertyAbstractValues
);