1 implementation of CodeContext
Microsoft.Interop.JavaScript.JSImportGenerator (1)
Marshaling\BaseJSGenerator.cs (1)
26
public StubCodeContext
CodeContext
=> _inner.CodeContext;
3 references to CodeContext
Microsoft.Interop.JavaScript.JSImportGenerator (1)
Marshaling\BaseJSGenerator.cs (1)
26
public StubCodeContext CodeContext => _inner.
CodeContext
;
Microsoft.Interop.SourceGeneration (2)
Marshalling\MarshallingGeneratorExtensions.cs (2)
67
if (generator.
CodeContext
.Direction == MarshalDirection.ManagedToUnmanaged)
73
else if (generator.
CodeContext
.Direction == MarshalDirection.UnmanagedToManaged)