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