4 references to Value
Microsoft.Interop.SourceGeneration (4)
MarshallerShape.cs (4)
170IMethodSymbol? toUnmanaged = Value.ConvertToUnmanaged(marshallerType, managedType); 174IMethodSymbol? toUnmanagedWithBuffer = Value.ConvertToUnmanagedWithCallerAllocatedBuffer(marshallerType, managedType, spanOfT); 178IMethodSymbol? toManaged = Value.ConvertToManaged(marshallerType, managedType); 182IMethodSymbol? toManagedFinally = Value.ConvertToManagedFinally(marshallerType, managedType);