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