5 references to ThrowOnUnmappableCharDisable
ILAssembler (1)
GrammarVisitor.cs (1)
4493
return new(MethodImportAttributes.
ThrowOnUnmappableCharDisable
);
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaMethod.cs (1)
552
result |= MethodImportAttributes.
ThrowOnUnmappableCharDisable
;
Microsoft.CodeAnalysis (2)
Symbols\PlatformInvokeInformation.cs (2)
159
case MethodImportAttributes.
ThrowOnUnmappableCharDisable
:
229
result |= MethodImportAttributes.
ThrowOnUnmappableCharDisable
;
System.Reflection.Emit (1)
System\Reflection\Emit\PseudoCustomAttributesData.cs (1)
87
importAttributes |= MethodImportAttributes.
ThrowOnUnmappableCharDisable
;