12 references to DefaultMarshallingCharSet
Microsoft.CodeAnalysis.CSharp (12)
Symbols\AnonymousTypes\PublicSymbols\AnonymousManager.TypeOrDelegatePublicSymbol.cs (1)
238get { return DefaultMarshallingCharSet; }
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TypeOrDelegateTemplateSymbol.cs (1)
298get { return DefaultMarshallingCharSet; }
Symbols\ErrorTypeSymbol.cs (1)
510get { return DefaultMarshallingCharSet; }
Symbols\Source\ImplicitNamedTypeSymbol.cs (1)
143get { return DefaultMarshallingCharSet; }
Symbols\Source\SourceNamedTypeSymbol.cs (2)
1159ref arguments, this.DefaultMarshallingCharSet, defaultAutoLayoutSize: 0, messageProvider: MessageProvider.Instance); 1583return (data != null && data.HasStructLayoutAttribute) ? data.MarshallingCharSet : DefaultMarshallingCharSet;
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListEnumeratorTypeSymbol.cs (1)
207internal override CharSet MarshallingCharSet => DefaultMarshallingCharSet;
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (1)
920internal override CharSet MarshallingCharSet => DefaultMarshallingCharSet;
Symbols\Synthesized\SynthesizedContainer.cs (1)
199internal override CharSet MarshallingCharSet => DefaultMarshallingCharSet;
Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs (1)
144internal override CharSet MarshallingCharSet => DefaultMarshallingCharSet;
Symbols\Synthesized\SynthesizedHotReloadExceptionSymbol.cs (1)
136internal override CharSet MarshallingCharSet => DefaultMarshallingCharSet;
Symbols\Synthesized\SynthesizedInlineArrayTypeSymbol.cs (1)
128internal override CharSet MarshallingCharSet => DefaultMarshallingCharSet;