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