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