2 overrides of RequiresImplementation
Microsoft.Interop.JavaScript.JSImportGenerator (2)
Analyzers\JSExportDiagnosticsAnalyzer.cs (1)
22
protected override bool
RequiresImplementation
=> true;
Analyzers\JSImportDiagnosticsAnalyzer.cs (1)
22
protected override bool
RequiresImplementation
=> false;
1 reference to RequiresImplementation
Microsoft.Interop.JavaScript.JSImportGenerator (1)
Analyzers\JSImportExportDiagnosticsAnalyzer.cs (1)
122
RequiresImplementation
);