11 implementations of GetValueBoundaryBehavior
Microsoft.Interop.ComInterfaceGenerator (6)
Marshallers\ComInterfaceDispatchMarshallingResolver.cs (1)
66
public ValueBoundaryBehavior
GetValueBoundaryBehavior
(TypePositionInfo info, StubCodeContext context) => ValueBoundaryBehavior.NativeIdentifier;
Marshallers\KeepAliveThisMarshaller.cs (1)
34
public ValueBoundaryBehavior
GetValueBoundaryBehavior
(TypePositionInfo info, StubCodeContext context) => ValueBoundaryBehavior.ManagedIdentifier;
Marshallers\ManagedHResultExceptionGeneratorResolver.cs (2)
64
public ValueBoundaryBehavior
GetValueBoundaryBehavior
(TypePositionInfo info, StubCodeContext context) => ValueBoundaryBehavior.ManagedIdentifier;
101
public ValueBoundaryBehavior
GetValueBoundaryBehavior
(TypePositionInfo info, StubCodeContext context) => ValueBoundaryBehavior.ManagedIdentifier;
Marshallers\ObjectUnwrapperResolver.cs (1)
61
public ValueBoundaryBehavior
GetValueBoundaryBehavior
(TypePositionInfo info, StubCodeContext context) => ValueBoundaryBehavior.NativeIdentifier;
Marshallers\StructAsHResultMarshallerFactory.cs (1)
84
public ValueBoundaryBehavior
GetValueBoundaryBehavior
(TypePositionInfo info, StubCodeContext context)
Microsoft.Interop.SourceGeneration (5)
Marshalling\BlittableMarshaller.cs (1)
24
public ValueBoundaryBehavior
GetValueBoundaryBehavior
(TypePositionInfo info, StubCodeContext context)
Marshalling\BoolMarshaller.cs (1)
40
public ValueBoundaryBehavior
GetValueBoundaryBehavior
(TypePositionInfo info, StubCodeContext context)
Marshalling\CharMarshaller.cs (1)
18
public ValueBoundaryBehavior
GetValueBoundaryBehavior
(TypePositionInfo info, StubCodeContext context)
Marshalling\DelegateMarshaller.cs (1)
25
public ValueBoundaryBehavior
GetValueBoundaryBehavior
(TypePositionInfo info, StubCodeContext context)
Marshalling\Forwarder.cs (1)
22
public ValueBoundaryBehavior
GetValueBoundaryBehavior
(TypePositionInfo info, StubCodeContext context)
1 reference to GetValueBoundaryBehavior
Microsoft.Interop.SourceGeneration (1)
Marshalling\MarshallingGenerator.cs (1)
168
public ValueBoundaryBehavior ValueBoundaryBehavior => unbound.
GetValueBoundaryBehavior
(TypeInfo, context);