12 references to DefaultMarshallingCharSet
Microsoft.CodeAnalysis.CSharp (12)
Symbols\AnonymousTypes\PublicSymbols\AnonymousManager.TypeOrDelegatePublicSymbol.cs (1)
231get { return DefaultMarshallingCharSet; }
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TypeOrDelegateTemplateSymbol.cs (1)
295get { return DefaultMarshallingCharSet; }
Symbols\ErrorTypeSymbol.cs (1)
503get { return DefaultMarshallingCharSet; }
Symbols\Source\ImplicitNamedTypeSymbol.cs (1)
143get { return DefaultMarshallingCharSet; }
Symbols\Source\SourceNamedTypeSymbol.cs (2)
1138ref arguments, this.DefaultMarshallingCharSet, defaultAutoLayoutSize: 0, messageProvider: MessageProvider.Instance); 1538return (data != null && data.HasStructLayoutAttribute) ? data.MarshallingCharSet : DefaultMarshallingCharSet;
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListEnumeratorTypeSymbol.cs (1)
192internal override CharSet MarshallingCharSet => DefaultMarshallingCharSet;
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (1)
869internal override CharSet MarshallingCharSet => DefaultMarshallingCharSet;
Symbols\Synthesized\SynthesizedContainer.cs (1)
192internal override CharSet MarshallingCharSet => DefaultMarshallingCharSet;
Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs (1)
137internal override CharSet MarshallingCharSet => DefaultMarshallingCharSet;
Symbols\Synthesized\SynthesizedHotReloadExceptionSymbol.cs (1)
121internal override CharSet MarshallingCharSet => DefaultMarshallingCharSet;
Symbols\Synthesized\SynthesizedInlineArrayTypeSymbol.cs (1)
123internal override CharSet MarshallingCharSet => DefaultMarshallingCharSet;