8 references to CharSetAuto
ILAssembler (1)
GrammarVisitor.cs (1)
4473
return new(MethodImportAttributes.
CharSetAuto
);
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaMethod.cs (1)
508
Debug.Assert((int)MethodImportAttributes.
CharSetAuto
== (int)PInvokeAttributes.CharSetAuto);
Microsoft.CodeAnalysis (2)
Symbols\PlatformInvokeInformation.cs (2)
75
case MethodImportAttributes.
CharSetAuto
:
187
result |= MethodImportAttributes.
CharSetAuto
;
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceMethodSymbol.vb (1)
296
result = MethodImportAttributes.
CharSetAuto
System.Reflection.Emit (2)
System\Reflection\Emit\PseudoCustomAttributesData.cs (2)
113
CharSet.Auto => MethodImportAttributes.
CharSetAuto
,
115
_ => MethodImportAttributes.
CharSetAuto
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
127
MethodImportAttributes.
CharSetAuto
=> CharSet.Auto,