11 references to NativeType
Microsoft.Interop.SourceGeneration (11)
BoundGenerators.cs (3)
97
MarshallingAttributeInfo = ComExceptionMarshalling.CreateSpecificMarshallingInfo(overlappedMarshaller.
NativeType
)
106
exceptionHandlerFactory = new MatchingNativeTypeValidator(overlappedMarshaller.
NativeType
, exceptionHandlerFactory);
237
if (generator.Generator.
NativeType
!= requiredNativeType)
Marshalling\AttributedMarshallingModelGeneratorResolver.cs (1)
242
TypeSyntax unmanagedElementType = elementMarshaller.
NativeType
.Syntax.GetCompatibleGenericTypeParameterSyntax();
Marshalling\MarshallingGeneratorExtensions.cs (4)
25
SignatureBehavior.NativeType => generator.
NativeType
.Syntax,
26
SignatureBehavior.PointerToNativeType => PointerType(generator.
NativeType
.Syntax),
98
SignatureBehavior.NativeType => generator.
NativeType
.Syntax,
99
SignatureBehavior.PointerToNativeType => PointerType(generator.
NativeType
.Syntax),
VariableDeclarations.cs (3)
72
marshaller.
NativeType
.Syntax,
130
marshaller.
NativeType
.Syntax,
146
TypeSyntax localType = marshaller.
NativeType
.Syntax;