6 references to ThrowOnUnmappableCharEnable
ILAssembler (1)
GrammarVisitor.cs (1)
4491
return new(MethodImportAttributes.
ThrowOnUnmappableCharEnable
);
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaMethod.cs (1)
550
result |= MethodImportAttributes.
ThrowOnUnmappableCharEnable
;
Microsoft.CodeAnalysis (2)
Symbols\PlatformInvokeInformation.cs (2)
156
case MethodImportAttributes.
ThrowOnUnmappableCharEnable
:
225
result |= MethodImportAttributes.
ThrowOnUnmappableCharEnable
;
System.Reflection.Emit (1)
System\Reflection\Emit\PseudoCustomAttributesData.cs (1)
83
importAttributes |= MethodImportAttributes.
ThrowOnUnmappableCharEnable
;
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
149
ThrowOnUnmappableChar = (a & MethodImportAttributes.ThrowOnUnmappableCharMask) == MethodImportAttributes.
ThrowOnUnmappableCharEnable
,