5 implementations of UsesNativeIdentifier
Microsoft.Interop.JavaScript.JSImportGenerator (1)
Marshaling\BaseJSGenerator.cs (1)
29public virtual bool UsesNativeIdentifier => true;
Microsoft.Interop.SourceGeneration (4)
Marshalling\CustomTypeMarshallingGenerator.cs (1)
97public bool UsesNativeIdentifier => nativeTypeMarshaller.UsesNativeIdentifier;
Marshalling\MarshallingGenerator.cs (1)
177public bool UsesNativeIdentifier => unbound.UsesNativeIdentifier(TypeInfo, context);
Marshalling\StaticPinnableManagedValueMarshaller.cs (1)
54public bool UsesNativeIdentifier
Marshalling\UnmanagedToManagedOwnershipTrackingStrategy.cs (1)
146public bool UsesNativeIdentifier => inner.UsesNativeIdentifier;
8 references to UsesNativeIdentifier
Microsoft.Interop.SourceGeneration (8)
GeneratedStatements.cs (1)
113string targetIdentifier = marshallers.NativeReturnMarshaller.UsesNativeIdentifier
ManagedToNativeStubGenerator.cs (1)
63if (_marshallers.ManagedReturnMarshaller.UsesNativeIdentifier)
Marshalling\StaticPinnableManagedValueMarshaller.cs (1)
63return innerMarshallingGenerator.UsesNativeIdentifier;
Marshalling\UnmanagedToManagedOwnershipTrackingStrategy.cs (1)
146public bool UsesNativeIdentifier => inner.UsesNativeIdentifier;
UnmanagedToManagedStubGenerator.cs (1)
31if (_marshallers.NativeReturnMarshaller.UsesNativeIdentifier)
VariableDeclarations.cs (3)
69if (marshaller.UsesNativeIdentifier) 119bool nativeReturnUsesNativeIdentifier = marshaller.UsesNativeIdentifier; 142if (marshaller.UsesNativeIdentifier