3 references to ElementIndirectionDepth
Microsoft.Interop.SourceGeneration (3)
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;
SignatureContext.cs (1)
209
if (named.Key == ManualTypeMarshallingHelper.MarshalUsingProperties.
ElementIndirectionDepth
)