2 writes to BeforeTyped
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
OrderableMetadata.cs (2)
28this.BeforeTyped = readOnlyData.GetEnumerableMetadata<string>("Before").WhereNotNull(); 35this.BeforeTyped = before ?? SpecializedCollections.EmptyEnumerable<string>();