5 references to MarshalUsingProperties
Microsoft.Interop.SourceGeneration (5)
MarshalUsingAttributeParser.cs (5)
68
int elementIndirectionDepth = namedArgs.TryGetValue(ManualTypeMarshallingHelper.
MarshalUsingProperties
.ElementIndirectionDepth, out TypedConstant value) ? (int)value.Value! : 0;
78
if (arg.Key == ManualTypeMarshallingHelper.
MarshalUsingProperties
.ConstantElementCount)
82
else if (arg.Key == ManualTypeMarshallingHelper.
MarshalUsingProperties
.CountElementName)
86
_diagnostics.ReportConfigurationNotSupported(attributeData, ManualTypeMarshallingHelper.
MarshalUsingProperties
.CountElementName, "null");
105
_diagnostics.ReportConfigurationNotSupported(attributeData, ManualTypeMarshallingHelper.
MarshalUsingProperties
.CountElementName, elementName);