Implemented interface member:
property
CodeContext
Microsoft.Interop.IBoundMarshallingGenerator.CodeContext
12 references to CodeContext
Microsoft.Interop.JavaScript.JSImportGenerator (12)
Marshaling\FuncJSGenerator.cs (4)
48
if (context.CurrentStage == StubIdentifierContext.Stage.UnmarshalCapture &&
CodeContext
.Direction == MarshalDirection.ManagedToUnmanaged && TypeInfo.IsManagedReturnPosition)
53
if (context.CurrentStage == StubIdentifierContext.Stage.Marshal &&
CodeContext
.Direction == MarshalDirection.UnmanagedToManaged && TypeInfo.IsManagedReturnPosition)
63
if (context.CurrentStage == StubIdentifierContext.Stage.PinnedMarshal &&
CodeContext
.Direction == MarshalDirection.ManagedToUnmanaged && !TypeInfo.IsManagedReturnPosition)
68
if (context.CurrentStage == StubIdentifierContext.Stage.Unmarshal &&
CodeContext
.Direction == MarshalDirection.UnmanagedToManaged && !TypeInfo.IsManagedReturnPosition)
Marshaling\PrimitiveJSGenerator.cs (4)
36
if (context.CurrentStage == StubIdentifierContext.Stage.UnmarshalCapture &&
CodeContext
.Direction == MarshalDirection.ManagedToUnmanaged && TypeInfo.IsManagedReturnPosition)
41
if (context.CurrentStage == StubIdentifierContext.Stage.Marshal &&
CodeContext
.Direction == MarshalDirection.UnmanagedToManaged && TypeInfo.IsManagedReturnPosition)
51
if (context.CurrentStage == StubIdentifierContext.Stage.PinnedMarshal &&
CodeContext
.Direction == MarshalDirection.ManagedToUnmanaged && !TypeInfo.IsManagedReturnPosition)
56
if (context.CurrentStage == StubIdentifierContext.Stage.Unmarshal &&
CodeContext
.Direction == MarshalDirection.UnmanagedToManaged && !TypeInfo.IsManagedReturnPosition)
Marshaling\TaskJSGenerator.cs (4)
49
if (context.CurrentStage == StubIdentifierContext.Stage.UnmarshalCapture &&
CodeContext
.Direction == MarshalDirection.ManagedToUnmanaged && TypeInfo.IsManagedReturnPosition)
56
if (context.CurrentStage == StubIdentifierContext.Stage.Marshal &&
CodeContext
.Direction == MarshalDirection.UnmanagedToManaged && TypeInfo.IsManagedReturnPosition)
68
if (context.CurrentStage == StubIdentifierContext.Stage.PinnedMarshal &&
CodeContext
.Direction == MarshalDirection.ManagedToUnmanaged && !TypeInfo.IsManagedReturnPosition)
75
if (context.CurrentStage == StubIdentifierContext.Stage.Unmarshal &&
CodeContext
.Direction == MarshalDirection.UnmanagedToManaged && !TypeInfo.IsManagedReturnPosition)