2 references to GetEffectiveDefaultMarshallingCharSet
Microsoft.CodeAnalysis.CSharp (2)
Symbols\NamedTypeSymbol.cs (1)
1550
return this.
GetEffectiveDefaultMarshallingCharSet
() ?? CharSet.Ansi;
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
862
CharSet charSet = this.
GetEffectiveDefaultMarshallingCharSet
() ?? Cci.Constants.CharSet_None;