5 references to ReturnConfigurationNotSupported
Microsoft.Interop.ComInterfaceGenerator (5)
Analyzers\ComInterfaceGeneratorDiagnosticsAnalyzer.cs (1)
53
GeneratorDiagnostics.
ReturnConfigurationNotSupported
,
Analyzers\VtableIndexStubDiagnosticsAnalyzer.cs (2)
21
GeneratorDiagnostics.
ReturnConfigurationNotSupported
,
131
return DiagnosticInfo.Create(GeneratorDiagnostics.
ReturnConfigurationNotSupported
, methodSyntax.Identifier.GetLocation(), "ref return", method.ToDisplayString());
ComMethodInfo.cs (2)
131
diagnostic = DiagnosticInfo.Create(GeneratorDiagnostics.
ReturnConfigurationNotSupported
, comMethodDeclaringSyntax.Identifier.GetLocation(), "ref return", method.ToDisplayString());
511
GeneratorDiagnostics.
ReturnConfigurationNotSupported
,