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