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