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