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