2 writes to AfterTyped
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
OrderableMetadata.cs (2)
27this.AfterTyped = readOnlyData.GetEnumerableMetadata<string>("After").WhereNotNull(); 34this.AfterTyped = after ?? SpecializedCollections.EmptyEnumerable<string>();