4 references to ThrowOnUnmappableCharDisable
Microsoft.CodeAnalysis (2)
Symbols\PlatformInvokeInformation.cs (2)
159case MethodImportAttributes.ThrowOnUnmappableCharDisable: 229result |= MethodImportAttributes.ThrowOnUnmappableCharDisable;
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Attributes\AttributeTests_WellKnownAttributes.cs (1)
2895new { attr = MakeDllImport(throwOnUnmappableChar: false), expected = MethodImportAttributes.CallingConventionWinApi | MethodImportAttributes.ThrowOnUnmappableCharDisable}, // M24
System.Reflection.Emit (1)
System\Reflection\Emit\PseudoCustomAttributesData.cs (1)
87importAttributes |= MethodImportAttributes.ThrowOnUnmappableCharDisable;