1 instantiation of GenericFriendlyPointerIdentifierContext
Microsoft.Interop.SourceGeneration (1)
Marshalling\ElementsMarshalling.cs (1)
494
identifierContext = new
GenericFriendlyPointerIdentifierContext
(elementSetupSubContext, elementMarshaller.TypeInfo, $"{nativeSpanIdentifier}__{indexer}")
1 reference to GenericFriendlyPointerIdentifierContext
Microsoft.Interop.SourceGeneration (1)
Marshalling\ElementsMarshalling.cs (1)
515
if (identifierContext is not
GenericFriendlyPointerIdentifierContext
)