3 references to ElementIndirectionDepth
Microsoft.Interop.SourceGeneration (3)
ManualTypeMarshallingHelper.cs (1)
76public const string ElementIndirectionDepth = nameof(ElementIndirectionDepth);
MarshalUsingAttributeParser.cs (1)
68int elementIndirectionDepth = namedArgs.TryGetValue(ManualTypeMarshallingHelper.MarshalUsingProperties.ElementIndirectionDepth, out TypedConstant value) ? (int)value.Value! : 0;
SignatureContext.cs (1)
209if (named.Key == ManualTypeMarshallingHelper.MarshalUsingProperties.ElementIndirectionDepth)