11 implementations of UsesNativeIdentifier
Microsoft.Interop.ComInterfaceGenerator (6)
Marshallers\ComInterfaceDispatchMarshallingResolver.cs (1)
69
public bool
UsesNativeIdentifier
(TypePositionInfo info, StubCodeContext context) => true;
Marshallers\KeepAliveThisMarshaller.cs (1)
38
public bool
UsesNativeIdentifier
(TypePositionInfo info, StubCodeContext context) => false;
Marshallers\ManagedHResultExceptionGeneratorResolver.cs (2)
60
public bool
UsesNativeIdentifier
(TypePositionInfo info, StubCodeContext context) => false;
97
public bool
UsesNativeIdentifier
(TypePositionInfo info, StubCodeContext context) => false;
Marshallers\ObjectUnwrapperResolver.cs (1)
64
public bool
UsesNativeIdentifier
(TypePositionInfo info, StubCodeContext context) => true;
Marshallers\StructAsHResultMarshallerFactory.cs (1)
97
public bool
UsesNativeIdentifier
(TypePositionInfo info, StubCodeContext context) => true;
Microsoft.Interop.SourceGeneration (5)
Marshalling\BlittableMarshaller.cs (1)
97
public bool
UsesNativeIdentifier
(TypePositionInfo info, StubCodeContext context)
Marshalling\BoolMarshaller.cs (1)
98
public bool
UsesNativeIdentifier
(TypePositionInfo info, StubCodeContext context) => true;
Marshalling\CharMarshaller.cs (1)
123
public bool
UsesNativeIdentifier
(TypePositionInfo info, StubCodeContext context)
Marshalling\DelegateMarshaller.cs (1)
93
public bool
UsesNativeIdentifier
(TypePositionInfo info, StubCodeContext context) => true;
Marshalling\Forwarder.cs (1)
32
public bool
UsesNativeIdentifier
(TypePositionInfo info, StubCodeContext context) => false;
1 reference to UsesNativeIdentifier
Microsoft.Interop.SourceGeneration (1)
Marshalling\MarshallingGenerator.cs (1)
177
public bool UsesNativeIdentifier => unbound.
UsesNativeIdentifier
(TypeInfo, context);