Implemented interface member:
property
TypeInfo
Microsoft.Interop.IBoundMarshallingGenerator.TypeInfo
6 references to TypeInfo
Microsoft.Interop.SourceGeneration (6)
Marshalling\MarshallingGenerator.cs (6)
162public ManagedTypeInfo NativeType => unbound.AsNativeType(TypeInfo); 164public SignatureBehavior NativeSignatureBehavior => unbound.GetNativeSignatureBehavior(TypeInfo); 166public IEnumerable<StatementSyntax> Generate(StubIdentifierContext context) => unbound.Generate(TypeInfo, CodeContext, context); 168public ValueBoundaryBehavior ValueBoundaryBehavior => unbound.GetValueBoundaryBehavior(TypeInfo, context); 171=> unbound.SupportsByValueMarshalKind(marshalKind, TypeInfo, out diagnostic); 173public bool UsesNativeIdentifier => unbound.UsesNativeIdentifier(TypeInfo, context);