12 references to DefaultMarshallingCharSet
Microsoft.CodeAnalysis.CSharp (12)
Symbols\AnonymousTypes\PublicSymbols\AnonymousManager.TypeOrDelegatePublicSymbol.cs (1)
230
get { return
DefaultMarshallingCharSet
; }
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TypeOrDelegateTemplateSymbol.cs (1)
294
get { return
DefaultMarshallingCharSet
; }
Symbols\ErrorTypeSymbol.cs (1)
502
get { return
DefaultMarshallingCharSet
; }
Symbols\Source\ImplicitNamedTypeSymbol.cs (1)
143
get { return
DefaultMarshallingCharSet
; }
Symbols\Source\SourceNamedTypeSymbol.cs (2)
1138
ref arguments, this.
DefaultMarshallingCharSet
, defaultAutoLayoutSize: 0, messageProvider: MessageProvider.Instance);
1538
return (data != null && data.HasStructLayoutAttribute) ? data.MarshallingCharSet :
DefaultMarshallingCharSet
;
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListEnumeratorTypeSymbol.cs (1)
191
internal override CharSet MarshallingCharSet =>
DefaultMarshallingCharSet
;
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (1)
868
internal override CharSet MarshallingCharSet =>
DefaultMarshallingCharSet
;
Symbols\Synthesized\SynthesizedContainer.cs (1)
191
internal override CharSet MarshallingCharSet =>
DefaultMarshallingCharSet
;
Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs (1)
136
internal override CharSet MarshallingCharSet =>
DefaultMarshallingCharSet
;
Symbols\Synthesized\SynthesizedHotReloadExceptionSymbol.cs (1)
121
internal override CharSet MarshallingCharSet =>
DefaultMarshallingCharSet
;
Symbols\Synthesized\SynthesizedInlineArrayTypeSymbol.cs (1)
122
internal override CharSet MarshallingCharSet =>
DefaultMarshallingCharSet
;