5 references to ReportConfigurationNotSupported
Microsoft.Interop.SourceGeneration (5)
MarshalAsParser.cs (2)
145
_diagnostics.
ReportConfigurationNotSupported
(attributeData, nameof(MarshalAsAttribute.SizeParamIndex), sizeParamIndexArg.Value.ToString());
162
_diagnostics.
ReportConfigurationNotSupported
(attributeData, nameof(UnmanagedType), unmanagedType.ToString());
MarshalAsWithCustomMarshallersParser.cs (1)
55
_diagnostics.
ReportConfigurationNotSupported
(attributeData, nameof(UnmanagedType), arrayInfo.UnmanagedType.ToString());
MarshalUsingAttributeParser.cs (2)
86
_diagnostics.
ReportConfigurationNotSupported
(attributeData, ManualTypeMarshallingHelper.MarshalUsingProperties.CountElementName, "null");
105
_diagnostics.
ReportConfigurationNotSupported
(attributeData, ManualTypeMarshallingHelper.MarshalUsingProperties.CountElementName, elementName);