10 references to CharSetUnicode
Microsoft.CodeAnalysis (2)
Symbols\PlatformInvokeInformation.cs (2)
72
case MethodImportAttributes.
CharSetUnicode
:
183
result |= MethodImportAttributes.
CharSetUnicode
;
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (5)
Attributes\AttributeTests_WellKnownAttributes.cs (5)
2710
MethodImportAttributes.
CharSetUnicode
|
2737
MethodImportAttributes.
CharSetUnicode
|
2868
new { attr = MakeDllImport(charSet: CharSet.Unicode), expected =MethodImportAttributes.CallingConventionWinApi | MethodImportAttributes.
CharSetUnicode
}, // M9
2876
new { attr = MakeDllImport(charSet: CharSet.Unicode, exactSpelling: true), expected = MethodImportAttributes.CallingConventionWinApi | MethodImportAttributes.ExactSpelling | MethodImportAttributes.
CharSetUnicode
},// M15
2877
new { attr = MakeDllImport(charSet: CharSet.Unicode, exactSpelling: false), expected = MethodImportAttributes.CallingConventionWinApi | MethodImportAttributes.
CharSetUnicode
}, // M16
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceMethodSymbol.vb (1)
293
result = MethodImportAttributes.
CharSetUnicode
Or MethodImportAttributes.ExactSpelling
System.Reflection.Emit (1)
System\Reflection\Emit\PseudoCustomAttributesData.cs (1)
114
CharSet.Unicode => MethodImportAttributes.
CharSetUnicode
,
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
128
MethodImportAttributes.
CharSetUnicode
=> CharSet.Unicode,