2 references to ElementIndirectionDepth
Microsoft.Interop.SourceGeneration (2)
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;