2 references to IsAnonymousTypeProperty
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SemanticModelExtensions.cs (1)
121if (symbol != null && !symbol.IsAnonymousTypeProperty() && !symbol.IsTupleField())
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (1)
384if (symbol.IsNormalAnonymousType() || symbol.IsAnonymousTypeProperty())