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