12 references to DefaultMarshallingCharSet
Microsoft.CodeAnalysis.CSharp (12)
Symbols\AnonymousTypes\PublicSymbols\AnonymousManager.TypeOrDelegatePublicSymbol.cs (1)
225get { return DefaultMarshallingCharSet; }
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TypeOrDelegateTemplateSymbol.cs (1)
289get { return DefaultMarshallingCharSet; }
Symbols\ErrorTypeSymbol.cs (1)
497get { return DefaultMarshallingCharSet; }
Symbols\Source\ImplicitNamedTypeSymbol.cs (1)
143get { return DefaultMarshallingCharSet; }
Symbols\Source\SourceNamedTypeSymbol.cs (2)
1135ref arguments, this.DefaultMarshallingCharSet, defaultAutoLayoutSize: 0, messageProvider: MessageProvider.Instance); 1535return (data != null && data.HasStructLayoutAttribute) ? data.MarshallingCharSet : DefaultMarshallingCharSet;
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListEnumeratorTypeSymbol.cs (1)
186internal override CharSet MarshallingCharSet => DefaultMarshallingCharSet;
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (1)
863internal override CharSet MarshallingCharSet => DefaultMarshallingCharSet;
Symbols\Synthesized\SynthesizedContainer.cs (1)
193internal override CharSet MarshallingCharSet => DefaultMarshallingCharSet;
Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs (1)
131internal override CharSet MarshallingCharSet => DefaultMarshallingCharSet;
Symbols\Synthesized\SynthesizedHotReloadExceptionSymbol.cs (1)
116internal override CharSet MarshallingCharSet => DefaultMarshallingCharSet;
Symbols\Synthesized\SynthesizedInlineArrayTypeSymbol.cs (1)
117internal override CharSet MarshallingCharSet => DefaultMarshallingCharSet;