2 references to ThrowOnUnmappableCharMask
Microsoft.CodeAnalysis (1)
Symbols\PlatformInvokeInformation.cs (1)
154switch (_flags & MethodImportAttributes.ThrowOnUnmappableCharMask)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
149ThrowOnUnmappableChar = (a & MethodImportAttributes.ThrowOnUnmappableCharMask) == MethodImportAttributes.ThrowOnUnmappableCharEnable,