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