4 references to CountElementName
Microsoft.Interop.SourceGeneration (4)
ManualTypeMarshallingHelper.cs (1)
77public const string CountElementName = nameof(CountElementName);
MarshalUsingAttributeParser.cs (3)
82else if (arg.Key == ManualTypeMarshallingHelper.MarshalUsingProperties.CountElementName) 86_diagnostics.ReportConfigurationNotSupported(attributeData, ManualTypeMarshallingHelper.MarshalUsingProperties.CountElementName, "null"); 105_diagnostics.ReportConfigurationNotSupported(attributeData, ManualTypeMarshallingHelper.MarshalUsingProperties.CountElementName, elementName);