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