8 references to ThrowOnUnmappableCharMask
ILCompiler.TypeSystem (6)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaMethod.cs (6)
485
(importAttributes & MethodImportAttributes.
ThrowOnUnmappableCharMask
) == 0)
493
if ((importAttributes & MethodImportAttributes.
ThrowOnUnmappableCharMask
) == 0)
494
importAttributes |= fromCA & MethodImportAttributes.
ThrowOnUnmappableCharMask
;
498
(importAttributes & MethodImportAttributes.
ThrowOnUnmappableCharMask
) == 0)
503
if ((importAttributes & MethodImportAttributes.
ThrowOnUnmappableCharMask
) == 0)
504
importAttributes |= fromCA & MethodImportAttributes.
ThrowOnUnmappableCharMask
;
Microsoft.CodeAnalysis (1)
Symbols\PlatformInvokeInformation.cs (1)
154
switch (_flags & MethodImportAttributes.
ThrowOnUnmappableCharMask
)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
149
ThrowOnUnmappableChar = (a & MethodImportAttributes.
ThrowOnUnmappableCharMask
) == MethodImportAttributes.ThrowOnUnmappableCharEnable,