11 references to DefaultMarshallingCharSet
Microsoft.CodeAnalysis.CSharp (11)
Symbols\AnonymousTypes\PublicSymbols\AnonymousManager.TypeOrDelegatePublicSymbol.cs (1)
223get { return DefaultMarshallingCharSet; }
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TypeOrDelegateTemplateSymbol.cs (1)
287get { return DefaultMarshallingCharSet; }
Symbols\ErrorTypeSymbol.cs (1)
495get { return DefaultMarshallingCharSet; }
Symbols\Source\ImplicitNamedTypeSymbol.cs (1)
143get { return DefaultMarshallingCharSet; }
Symbols\Source\SourceNamedTypeSymbol.cs (2)
1134ref arguments, this.DefaultMarshallingCharSet, defaultAutoLayoutSize: 0, messageProvider: MessageProvider.Instance); 1519return (data != null && data.HasStructLayoutAttribute) ? data.MarshallingCharSet : DefaultMarshallingCharSet;
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListEnumeratorTypeSymbol.cs (1)
184internal override CharSet MarshallingCharSet => DefaultMarshallingCharSet;
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (1)
861internal override CharSet MarshallingCharSet => DefaultMarshallingCharSet;
Symbols\Synthesized\SynthesizedContainer.cs (1)
193internal override CharSet MarshallingCharSet => DefaultMarshallingCharSet;
Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs (1)
129internal override CharSet MarshallingCharSet => DefaultMarshallingCharSet;
Symbols\Synthesized\SynthesizedInlineArrayTypeSymbol.cs (1)
115internal override CharSet MarshallingCharSet => DefaultMarshallingCharSet;