2 references to GetString
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (2)
Attributes\AttributeTests_NativeInteger.cs (1)
1636var actual = NativeIntegerAttributesVisitor.GetString((PEModuleSymbol)module);
Emit\NumericIntPtrTests.cs (1)
11768symbolValidator: module => Assert.Equal("", NativeIntegerAttributesVisitor.GetString((PEModuleSymbol)module)),