2 writes to Identifiers
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\EmbeddedLanguageMetadata.cs (2)
31
this.
Identifiers
= ((IReadOnlyDictionary<string, object>)data).GetEnumerableMetadata<string>(nameof(Identifiers)).WhereNotNull();
40
this.
Identifiers
= identifiers;
1 reference to Identifiers
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\EmbeddedLanguageMetadata.cs (1)
31
this.Identifiers = ((IReadOnlyDictionary<string, object>)data).GetEnumerableMetadata<string>(nameof(
Identifiers
)).WhereNotNull();