2 instantiations of ItemTokenMap
Microsoft.CodeAnalysis (2)
Emit\CommonPEModuleBuilder.cs (2)
39
private readonly ItemTokenMap<string> _stringsInILMap =
new
();
40
private readonly ItemTokenMap<Cci.DebugSourceDocument> _sourceDocumentsInILMap =
new
();
2 references to ItemTokenMap
Microsoft.CodeAnalysis (2)
Emit\CommonPEModuleBuilder.cs (2)
39
private readonly
ItemTokenMap
<string> _stringsInILMap = new();
40
private readonly
ItemTokenMap
<Cci.DebugSourceDocument> _sourceDocumentsInILMap = new();