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