3 references to IsAnonymousTypeProperty
Microsoft.CodeAnalysis.CodeStyle (2)
ISymbolExtensions.cs (1)
320if (symbol.IsNormalAnonymousType() || symbol.IsAnonymousTypeProperty())
SemanticModelExtensions.cs (1)
99.Where(s => !s.IsAnonymousTypeProperty() && !s.IsTupleField());
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpUseDeconstructionDiagnosticAnalyzer.cs (1)
291.Where(s => !s.IsAnonymousTypeProperty() && !s.IsTupleField());