4 references to GetEnumerableMetadata
Microsoft.CodeAnalysis.CodeStyle.Fixes (4)
CodeChangeProviderMetadata.cs (1)
19
this.Languages = ((IReadOnlyDictionary<string, object>)data).
GetEnumerableMetadata
<string>("Languages");
FileExtensionsMetadata.cs (1)
21
=> this.Extensions = ((IReadOnlyDictionary<string, object>)data).
GetEnumerableMetadata
<string>("Extensions");
OrderableMetadata.cs (2)
27
this.AfterTyped = readOnlyData.
GetEnumerableMetadata
<string>("After").WhereNotNull();
28
this.BeforeTyped = readOnlyData.
GetEnumerableMetadata
<string>("Before").WhereNotNull();