1 write to ElementIndirectionLevel
Microsoft.Interop.SourceGeneration (1)
StubCodeContext.cs (1)
48
ElementIndirectionLevel
= containingContext.ElementIndirectionLevel + 1,
5 references to ElementIndirectionLevel
Microsoft.Interop.SourceGeneration (5)
Marshalling\AttributedMarshallingModelGeneratorResolver.cs (1)
86
for (int i = 0; i < context.
ElementIndirectionLevel
; i++)
Marshalling\ElementsMarshalling.cs (2)
482
elementCodeContext.
ElementIndirectionLevel
)
605
return context.
ElementIndirectionLevel
!= 0 || info.ByValueContentsMarshalKind == ByValueContentsMarshalKind.Out || info.RefKind == RefKind.Out || info.IsNativeReturnPosition;
Marshalling\MarshallerHelpers.cs (1)
97
for (int i = 0; i < codeContext.
ElementIndirectionLevel
; i++)
StubCodeContext.cs (1)
48
ElementIndirectionLevel = containingContext.
ElementIndirectionLevel
+ 1,