6 references to IdentifierCollection
Microsoft.CodeAnalysis (2)
MetadataReader\PEModule.cs (2)
862
return new
IdentifierCollection
(typeNames);
885
return new
IdentifierCollection
(namespaceNames);
Microsoft.CodeAnalysis.UnitTests (4)
Collections\IdentifierCollectionTests.cs (4)
38
var idcol = new
IdentifierCollection
(strings).AsCaseSensitiveCollection();
55
var idcol = new
IdentifierCollection
(strings).AsCaseInsensitiveCollection();
74
TestReadOnly(new
IdentifierCollection
(strs).AsCaseSensitiveCollection());
75
TestReadOnly(new
IdentifierCollection
(strs).AsCaseInsensitiveCollection());