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