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