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