1 write to FromManagedWithBuffer
Microsoft.Interop.SourceGeneration (1)
MarshallerShape.cs (1)
488
FromManagedWithBuffer
= fromManagedWithCallerAllocatedBuffer,
5 references to FromManagedWithBuffer
Microsoft.Interop.LibraryImportGenerator (2)
Analyzers\CustomMarshallerAttributeAnalyzer.cs (2)
1047
methods.
FromManagedWithBuffer
!);
1061
if (methods.FromManaged is null && methods.
FromManagedWithBuffer
is null)
Microsoft.Interop.SourceGeneration (3)
ManualTypeMarshallingHelper.cs (2)
603
if (methods.
FromManagedWithBuffer
is not null)
605
bufferElementType = ManagedTypeInfo.CreateTypeInfoForTypeSymbol(((INamedTypeSymbol)methods.
FromManagedWithBuffer
.Parameters[1].Type).TypeArguments[0]);
MarshallerShape.cs (1)
430
|| SymbolEqualityComparer.Default.Equals(method,
FromManagedWithBuffer
)