5 implementations of CodeContext
Microsoft.Interop.JavaScript.JSImportGenerator (1)
Marshaling\BaseJSGenerator.cs (1)
21public StubCodeContext CodeContext => codeContext;
Microsoft.Interop.SourceGeneration (4)
Marshalling\CustomTypeMarshallingGenerator.cs (1)
24public StubCodeContext CodeContext => nativeTypeMarshaller.CodeContext;
Marshalling\MarshallingGenerator.cs (1)
164public StubCodeContext CodeContext => context;
Marshalling\StaticPinnableManagedValueMarshaller.cs (1)
17public StubCodeContext CodeContext => innerMarshallingGenerator.CodeContext;
Marshalling\UnmanagedToManagedOwnershipTrackingStrategy.cs (1)
142public StubCodeContext CodeContext => inner.CodeContext;
4 references to CodeContext
Microsoft.Interop.SourceGeneration (4)
Marshalling\MarshallingGeneratorExtensions.cs (2)
67if (generator.CodeContext.Direction == MarshalDirection.ManagedToUnmanaged) 73else if (generator.CodeContext.Direction == MarshalDirection.UnmanagedToManaged)
Marshalling\StaticPinnableManagedValueMarshaller.cs (1)
17public StubCodeContext CodeContext => innerMarshallingGenerator.CodeContext;
Marshalling\UnmanagedToManagedOwnershipTrackingStrategy.cs (1)
142public StubCodeContext CodeContext => inner.CodeContext;