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