7 references to IsMatchingNamedArg
Microsoft.Interop.LibraryImportGenerator (7)
Analyzers\ConvertToLibraryImportFixer.cs (7)
441
&&
IsMatchingNamedArg
(attrArg, nameof(DllImportAttribute.BestFitMapping)))
448
else if (
IsMatchingNamedArg
(attrArg, nameof(DllImportAttribute.CharSet)))
481
&&
IsMatchingNamedArg
(attrArg, nameof(DllImportAttribute.ThrowOnUnmappableChar)))
488
else if (
IsMatchingNamedArg
(attrArg, nameof(DllImportAttribute.CallingConvention)))
500
else if (
IsMatchingNamedArg
(attrArg, nameof(DllImportAttribute.ExactSpelling)))
504
else if (
IsMatchingNamedArg
(attrArg, nameof(DllImportAttribute.EntryPoint)))
534
else if (
IsMatchingNamedArg
(attrArg, nameof(DllImportAttribute.PreserveSig)))