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