3 references to ExplicitInterfaceImplementations
Microsoft.AspNetCore.OpenApi.SourceGenerators (3)
Helpers\ISymbolExtensions.cs (1)
37
result.AddRange(symbol.
ExplicitInterfaceImplementations
());
XmlComments\XmlComment.InheritDoc.cs (2)
271
if (memberSymbol.
ExplicitInterfaceImplementations
().Any())
273
return memberSymbol.
ExplicitInterfaceImplementations
().First();