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