1 write to ElementIndirectionLevel
Microsoft.Interop.SourceGeneration (1)
StubCodeContext.cs (1)
48
ElementIndirectionLevel
= containingContext.ElementIndirectionLevel + 1,
3 references to ElementIndirectionLevel
Microsoft.Interop.SourceGeneration (3)
Marshalling\AttributedMarshallingModelGeneratorResolver.cs (1)
86
for (int i = 0; i < context.
ElementIndirectionLevel
; i++)
Marshalling\MarshallerHelpers.cs (1)
97
for (int i = 0; i < codeContext.
ElementIndirectionLevel
; i++)
StubCodeContext.cs (1)
48
ElementIndirectionLevel = containingContext.
ElementIndirectionLevel
+ 1,