4 references to IsReducedExtension
Microsoft.CodeAnalysis.CodeStyle (4)
AbstractSpeculationAnalyzer.cs (2)
341
if (symbol.
IsReducedExtension
())
346
if (newSymbol.
IsReducedExtension
())
ISymbolExtensions.cs (2)
301
if (symbol.
IsReducedExtension
())
328
if (method?.
IsReducedExtension
() == true)