3 references to IsPinningPathSupported
Microsoft.Interop.SourceGeneration (3)
Marshalling\CharMarshaller.cs (3)
20
if (
IsPinningPathSupported
(info, context))
51
if (
IsPinningPathSupported
(info, codeContext))
126
return !
IsPinningPathSupported
(info, context) && (elementMarshalDirection != MarshalDirection.ManagedToUnmanaged || info.IsByRef);