4 references to GetValue
Microsoft.CodeAnalysis (1)
Emit\CommonPEModuleBuilder.cs (1)
515=> _stringsInILMap.Value.GetValue(token);
Microsoft.CodeAnalysis.UnitTests (3)
Emit\StringTokenMapTests.cs (3)
29Assert.Equal("aaaaa", map.GetValue(0)); 30Assert.Equal("b", map.GetValue(1)); 31Assert.Throws<IndexOutOfRangeException>(() => map.GetValue(2));