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