11 implementations of UsesNativeIdentifier
Microsoft.Interop.SourceGeneration (11)
Marshalling\StatefulMarshallingStrategy.cs (4)
19public bool UsesNativeIdentifier => true; 251public bool UsesNativeIdentifier => innerMarshaller.UsesNativeIdentifier; 460public bool UsesNativeIdentifier => true; 521public bool UsesNativeIdentifier => innerMarshaller.UsesNativeIdentifier;
Marshalling\StatelessMarshallingStrategy.cs (5)
21public bool UsesNativeIdentifier => true; 242public bool UsesNativeIdentifier => innerMarshaller.UsesNativeIdentifier; 249public bool UsesNativeIdentifier => innerMarshaller.UsesNativeIdentifier; 473public bool UsesNativeIdentifier => true; 557public bool UsesNativeIdentifier => true;
Marshalling\UnmanagedToManagedOwnershipTrackingStrategy.cs (2)
21public bool UsesNativeIdentifier => innerMarshaller.UsesNativeIdentifier; 86public bool UsesNativeIdentifier => innerMarshaller.UsesNativeIdentifier;
7 references to UsesNativeIdentifier
Microsoft.Interop.SourceGeneration (7)
Marshalling\CustomTypeMarshallingGenerator.cs (1)
97public bool UsesNativeIdentifier => nativeTypeMarshaller.UsesNativeIdentifier;
Marshalling\StatefulMarshallingStrategy.cs (2)
251public bool UsesNativeIdentifier => innerMarshaller.UsesNativeIdentifier; 521public bool UsesNativeIdentifier => innerMarshaller.UsesNativeIdentifier;
Marshalling\StatelessMarshallingStrategy.cs (2)
242public bool UsesNativeIdentifier => innerMarshaller.UsesNativeIdentifier; 249public bool UsesNativeIdentifier => innerMarshaller.UsesNativeIdentifier;
Marshalling\UnmanagedToManagedOwnershipTrackingStrategy.cs (2)
21public bool UsesNativeIdentifier => innerMarshaller.UsesNativeIdentifier; 86public bool UsesNativeIdentifier => innerMarshaller.UsesNativeIdentifier;