5 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
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
Attributes\AttributeTests_WellKnownAttributes.vb (1)
1911
New With {.n = 26, .attr = MakeDllImport(throwOnUnmappableChar:=False), .expected = MethodImportAttributes.CallingConventionWinApi Or MethodImportAttributes.
ThrowOnUnmappableCharDisable
},
System.Reflection.Emit (1)
System\Reflection\Emit\PseudoCustomAttributesData.cs (1)
87
importAttributes |= MethodImportAttributes.
ThrowOnUnmappableCharDisable
;