2 references to FeatureUnsupportedWhenRuntimeMarshallingDisabledDelegateUsage
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\InteropServices\DisableRuntimeMarshallingAnalyzer.DelegateInteropUsageAnalyzer.cs (2)
96
AnalyzeMethodSignature(_autoLayoutCache, context.ReportDiagnostic, delegateType.DelegateInvokeMethod!, ImmutableArray.Create(operation.Syntax.GetLocation()),
FeatureUnsupportedWhenRuntimeMarshallingDisabledDelegateUsage
);
143
AnalyzeMethodSignature(_autoLayoutCache, reportDiagnostic, delegateType.DelegateInvokeMethod!, signatureSymbol.Locations,
FeatureUnsupportedWhenRuntimeMarshallingDisabledDelegateUsage
);