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