7 references to IsMatchingNamedArg
Microsoft.Interop.LibraryImportGenerator (7)
Analyzers\ConvertToLibraryImportFixer.cs (7)
462&& IsMatchingNamedArg(attrArg, nameof(DllImportAttribute.BestFitMapping))) 469else if (IsMatchingNamedArg(attrArg, nameof(DllImportAttribute.CharSet))) 502&& IsMatchingNamedArg(attrArg, nameof(DllImportAttribute.ThrowOnUnmappableChar))) 509else if (IsMatchingNamedArg(attrArg, nameof(DllImportAttribute.CallingConvention))) 521else if (IsMatchingNamedArg(attrArg, nameof(DllImportAttribute.ExactSpelling))) 525else if (IsMatchingNamedArg(attrArg, nameof(DllImportAttribute.EntryPoint))) 555else if (IsMatchingNamedArg(attrArg, nameof(DllImportAttribute.PreserveSig)))