7 references to IsMatchingNamedArg
Microsoft.Interop.LibraryImportGenerator (7)
Analyzers\ConvertToLibraryImportFixer.cs (7)
453&& IsMatchingNamedArg(attrArg, nameof(DllImportAttribute.BestFitMapping))) 460else if (IsMatchingNamedArg(attrArg, nameof(DllImportAttribute.CharSet))) 493&& IsMatchingNamedArg(attrArg, nameof(DllImportAttribute.ThrowOnUnmappableChar))) 500else if (IsMatchingNamedArg(attrArg, nameof(DllImportAttribute.CallingConvention))) 512else if (IsMatchingNamedArg(attrArg, nameof(DllImportAttribute.ExactSpelling))) 516else if (IsMatchingNamedArg(attrArg, nameof(DllImportAttribute.EntryPoint))) 546else if (IsMatchingNamedArg(attrArg, nameof(DllImportAttribute.PreserveSig)))