Implemented interface member:
property
CodeContext
Microsoft.Interop.IBoundMarshallingGenerator.CodeContext
1 reference to CodeContext
Microsoft.Interop.SourceGeneration (1)
Marshalling\MarshallingGenerator.cs (1)
170
public IEnumerable<StatementSyntax> Generate(StubIdentifierContext context) => unbound.Generate(TypeInfo,
CodeContext
, context);