4 references to FirstParameterMustMatchReturnTypeRule
Microsoft.Interop.LibraryImportGenerator (4)
Analyzers\CustomMarshallerAttributeAnalyzer.cs (4)
601
FirstParameterMustMatchReturnTypeRule
,
896
diagnosticReporter.CreateAndReportDiagnostic(
FirstParameterMustMatchReturnTypeRule
, methods.UnmanagedValuesDestination.ToDisplayString(), toUnmanagedMethod.ToDisplayString());
918
diagnosticReporter.CreateAndReportDiagnostic(
FirstParameterMustMatchReturnTypeRule
, toManagedMethod.ToDisplayString(), (methods.ToUnmanaged ?? methods.ToUnmanagedWithBuffer).ToDisplayString());
1216
diagnosticReporter.CreateAndReportDiagnostic(
FirstParameterMustMatchReturnTypeRule
, fromUnmanagedMethod.ToDisplayString(), methods.ToUnmanaged.ToDisplayString());