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