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