1 implementation of NativeType
Microsoft.Interop.JavaScript.JSImportGenerator (1)
Marshaling\BaseJSGenerator.cs (1)
28
public ManagedTypeInfo
NativeType
=> _inner.NativeType;
12 references to NativeType
Microsoft.Interop.JavaScript.JSImportGenerator (1)
Marshaling\BaseJSGenerator.cs (1)
28
public ManagedTypeInfo NativeType => _inner.
NativeType
;
Microsoft.Interop.SourceGeneration (11)
BoundGenerators.cs (3)
81
MarshallingAttributeInfo = ComExceptionMarshalling.CreateSpecificMarshallingInfo(nativeReturnMarshaller.
NativeType
)
85
IMarshallingGeneratorResolver exceptionHandlerFactory = new ExtendedInvariantsValidator(nativeReturnMarshaller.
NativeType
, generatorResolver);
213
&& generator.Generator.
NativeType
!= _nativeReturnType)
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;