Base:
property
MarshallingCharSet
Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol.MarshallingCharSet
3 references to MarshallingCharSet
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (3)
Emit\NoPiaEmbedTypes.cs (3)
1181Assert.Equal(System.Runtime.InteropServices.CharSet.Ansi, itest1.MarshallingCharSet); 1203Assert.Equal(System.Runtime.InteropServices.CharSet.Ansi, test2.MarshallingCharSet); 1263Assert.Equal(System.Runtime.InteropServices.CharSet.Ansi, test9.MarshallingCharSet);