2 references to GetInlineArrayCandidate
ILCompiler.Compiler (2)
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.cs (2)
148
var inlineArrayCandidate =
GetInlineArrayCandidate
(context.GetWellKnownType(WellKnownType.Char), elementMarshallerKind, interopStateManager, marshalAs);
158
var inlineArrayCandidate =
GetInlineArrayCandidate
(arrayType.ElementType, elementMarshallerKind, interopStateManager, marshalAs);